JVM startup options for Windows Service

2004-05-11 Thread Damon Henderson
I need to know how to specify JVM startup options when 5.0.24 is installed as a Windows service. Can I add my options to service.bat and install the service with options? if so how ? Or does Tomcat5.exe call catalina.bat in which case I can just use JAVA_OPTS= Thanks

Re: JVM startup options for Windows Service

2004-05-11 Thread Hector Adolfo Alonso
Damon: I've developed the following scripts for install/deinstall Tomcat 5.0.19. They are based on bin\service bat in Tomcat distribution, and Apache Commons Daemon project info. Modify as you need. I hope this help you. Hector./ ServiceInstall.bat @echo off set PATH= set CLASSPATH= set