From: remm Date: Thu, 3 Aug 2006 23:30:17 +0000 (+0000) Subject: - Cleanup the configuration (and fix the one used for the installer). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a72b5dd12cc68a627a8efab36143baa532da4783;p=tomcat7.0 - 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 --- 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