Author: markt Date: Sun Jan 6 13:42:23 2008 New Revision: 609414 URL: http://svn.apache.org/viewvc?rev=609414&view=rev Log: Fix bug 43957. Service.bat doesn't configure logging correctly. Patch provided by Richard Fearn.
Modified: tomcat/container/tc5.5.x/catalina/src/bin/service.bat tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/container/tc5.5.x/catalina/src/bin/service.bat URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/bin/service.bat?rev=609414&r1=609413&r2=609414&view=diff ============================================================================== --- tomcat/container/tc5.5.x/catalina/src/bin/service.bat (original) +++ tomcat/container/tc5.5.x/catalina/src/bin/service.bat Sun Jan 6 13:42:23 2008 @@ -110,7 +110,7 @@ set PR_LOGPATH=%CATALINA_BASE%\logs set PR_STDOUTPUT=auto set PR_STDERROR=auto -"%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions "-Djava.io.tmpdir=%CATALINA_BASE%\temp" --JvmMs 128 --JvmMx 256 +"%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions "-Djava.io.tmpdir=%CATALINA_BASE%\temp;-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager;-Djava.util.logging.config.file=%CATALINA_BASE%\conf\logging.properties" --JvmMs 128 --JvmMx 256 echo The service '%SERVICE_NAME%' has been installed. :end Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=609414&r1=609413&r2=609414&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Jan 6 13:42:23 2008 @@ -89,6 +89,10 @@ <fix> <bug>43887</bug>: Include exception in the log message. (markt) </fix> + <fix> + <bug>43957</bug>: Service.bat didn't configure logging correctly. + Patch provided by Richard Fearn. (markt) + </fix> </changelog> </subsection> <subsection name="Jasper" > Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=609414&r1=609413&r2=609414&view=diff ============================================================================== --- tomcat/current/tc5.5.x/STATUS.txt (original) +++ tomcat/current/tc5.5.x/STATUS.txt Sun Jan 6 13:42:23 2008 @@ -47,12 +47,6 @@ -1: 0: fhanik, this needs to be reworked completely, so I'm neutral -* Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43957 - Service.bat doesn't configure logging correctly - http://svn.apache.org/viewvc?rev=598800&view=rev - +1: markt, pero, rjung - -1: - * Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43757 Use SMAP info rather than string matching to ID line number in JSP http://svn.apache.org/viewvc?rev=599605&view=rev --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]