Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd C:\opt\tomcat.0\bin
tomcat6.exe //US//tomcat.0 --JavaHomeJvm=C:\opt\java
tomcat6.exe //US//tomcat.0 --Jvm=C:\opt\java\bin\client\jvm.dll
Info

Interestingly using JavaHome instead of jvm in the above commands seems to work too. Not sure of the difference.

 

Refer to the Tomcat Windows Service How-To if you need to configure more options.

...