Hello,

I have created a NT Service to run Tomcat 4.1.24 on Windows NT with this command :

%CATALINA_HOME%\tomcat.exe -install "Tomcat-4.1.24"
"%JAVA_HOME%\jre\bin\hotspot\jvm.dll"  -showversion -verbose:gc -Xmx200M -Xms64M -Xrs
-Djava.class.path="%JAVA_HOME%\lib\tools.jar;%CATALINA_HOME%\bin\bootstrap.jar"
-Dcatalina.base="%CATALINA_HOME%"
-Dcatalina.home="%CATALINA_HOME%"
-Djava.endorsed.dirs="%CATALINA_HOME%\bin;%CATALINA_HOME%\common\endorsed"
-start org.apache.catalina.startup.BootstrapService -params start
-stop org.apache.catalina.startup.BootstrapService -params stop
-out "%CATALINA_HOME%\logs\jvm.stdout.log"
-err "%CATALINA_HOME%\logs\jvm.stderr.log"
-current "%CATALINA_HOME%"
-path "c:\;d:\"

JAVA_HOME is set to the JDK root directory
PATH=%JAVA_HOME%\bin;%PATH%

The service was correctly created and Tomcat works fine.

But the -showversion and the -verbose:gc options don't produce any
entry in the jvm.stdout.log or jvm.stderr.log log files.
I tried whith the Sun JDKs 1.3.0_02 and 1.3.1_08.

When I run Tomcat with %CATALINA_HOME%\bin\startup.bat with the same jvm options
(set on CATALINA_OPTS), the logs are ok.

With Tomcat 3.2.1 and jk_nt_service.exe there was no problem with these jvm options.

What's wrong ?

Thanks for any advice
Jean-Louis

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to