From a72b5dd12cc68a627a8efab36143baa532da4783 Mon Sep 17 00:00:00 2001 From: remm Date: Thu, 3 Aug 2006 23:30:17 +0000 Subject: [PATCH] - Cleanup the configuration (and fix the one used for the installer). - Tweak a bit the installer packaging. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@428563 13f79535-47bb-0310-9956-ffa450edef68 --- conf/server.xml | 23 +++++++++-------------- dist.xml | 2 +- res/confinstall/server_1.xml | 4 ++-- res/confinstall/server_2.xml | 34 ++++++++++++++++------------------ res/tomcat.nsi | 25 ++++++++++++------------- 5 files changed, 40 insertions(+), 48 deletions(-) diff --git a/conf/server.xml b/conf/server.xml index 424bd780f..ccf5ed6bf 100644 --- a/conf/server.xml +++ b/conf/server.xml @@ -74,10 +74,8 @@ --> - + @@ -90,25 +88,22 @@ --> + - + - diff --git a/res/confinstall/server_1.xml b/res/confinstall/server_1.xml index 809fc9ae2..648e7d5ce 100644 --- a/res/confinstall/server_1.xml +++ b/res/confinstall/server_1.xml @@ -17,7 +17,7 @@ - + @@ -74,4 +74,4 @@ --> - + maxThreads="150" connectionTimeout="20000" + redirectPort="8443" /> @@ -14,25 +12,22 @@ --> + - + diff --git a/res/tomcat.nsi b/res/tomcat.nsi index c9c7838c2..8e0550f4f 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -293,15 +293,15 @@ SectionEnd ; ;SectionEnd -Section "Webapps" SecWebapps - - SectionIn 3 - - SetOutPath $INSTDIR\webapps - File /nonfatal /r webapps\balancer - File /nonfatal /r webapps\webdav - -SectionEnd +;Section "Webapps" SecWebapps +; +; SectionIn 3 +; +; SetOutPath $INSTDIR\webapps +; File /nonfatal /r webapps\balancer +; File /nonfatal /r webapps\webdav +; +;SectionEnd ;Section "Compatibility" SecCompat ; @@ -365,7 +365,7 @@ FunctionEnd !insertmacro MUI_DESCRIPTION_TEXT ${SecDocs} $(DESC_SecDocs) !insertmacro MUI_DESCRIPTION_TEXT ${SecExamples} $(DESC_SecExamples) ; !insertmacro MUI_DESCRIPTION_TEXT ${SecAdmin} $(DESC_SecAdmin) - !insertmacro MUI_DESCRIPTION_TEXT ${SecWebapps} $(DESC_SecWebapps) +; !insertmacro MUI_DESCRIPTION_TEXT ${SecWebapps} $(DESC_SecWebapps) !insertmacro MUI_FUNCTION_DESCRIPTION_END @@ -653,13 +653,12 @@ Section Uninstall RMDir /r "$INSTDIR\lib" Delete "$INSTDIR\conf\*.dtd" RMDir "$INSTDIR\logs" - RMDir /r "$INSTDIR\webapps\balancer" +; RMDir /r "$INSTDIR\webapps\balancer" RMDir /r "$INSTDIR\webapps\docs" RMDir /r "$INSTDIR\webapps\examples" - RMDir /r "$INSTDIR\webapps\webdav" +; RMDir /r "$INSTDIR\webapps\webdav" RMDir /r "$INSTDIR\work" RMDir /r "$INSTDIR\temp" - RMDir /r "$INSTDIR\src" RMDir "$INSTDIR" IfSilent Removed 0 -- 2.11.0