From: markt Date: Tue, 27 Nov 2007 22:57:28 +0000 (+0000) Subject: Fix bug 43957. Service.bat doesn't configure logging correctly. Patch provided by... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8683d37496e5c09a8f6d5a526fec920e99615caa;p=tomcat7.0 Fix bug 43957. Service.bat doesn't configure logging correctly. Patch provided by Richard Fearn. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@598800 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/bin/service.bat b/bin/service.bat index 2d10f3950..c9f9eee5c 100755 --- a/bin/service.bat +++ b/bin/service.bat @@ -120,7 +120,7 @@ rem More extra parameters 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