From 8683d37496e5c09a8f6d5a526fec920e99615caa Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 27 Nov 2007 22:57:28 +0000 Subject: [PATCH] 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 --- bin/service.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0