On 8/17/2004 9:31 AM, Frank Zammetti wrote:

Hello all. I have a Tomcat 5.0.18 instance that runs as a Windows service. I have been unable to figure out how to start it with the server JVM (heck, it could be starting that way now, but I didn't do anything to tell it to do so). I've checked through numerous docs and books, all of them give some info (just a little bit!) about using that JVM when starting it from the command line, but I've found nothing addressing how to do so when it's a service. Anyone point me in the right direction? Thanks!


Either run '%CATALINA_HOME%\bin\tomcat5w.exe //ES//Tomcat5' and modify the java option there, or modify %JAVA_HOME%\jre\lib\i386\jvm.cfg and move '-server KNOWN' to the top. Note that the latter will apply to any java invocation, which may or may not be desired.


--
Dennis Dai
[EMAIL PROTECTED]

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



Reply via email to