Page tree

Versions Compared

Key

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

...

Now, we will update the registry to point to a specific version of Java,.

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

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

Warning

Tin says, re-reading my notes here, I set the JavaHome in the Windows service, but with more thought, I think JavaHome is meant for a JDK. Why not set a JREHome? The Tomcat documentation does not show a JREHome, but it might work. Try this out on a test machine sometime.

 

Tomcat Icon on System Tray

Finally, you can add Tomcat to the Windows System Tray.

...