mystartup.bat: how to control tomcat environment variables?

satya - Saturday, February 04, 2012 2:42:44 PM

here is an example of myservice.bat

here is an example of myservice.bat

satya - Saturday, February 04, 2012 2:44:48 PM

here is an example of mystartup.bat


@rem mystartup.bat
@set CATALINA_HOME=c:\satya\i\tomcat632
@set JAVA_HOME=c:\satya\i\jdk1632
@set JAVA_OPTS=-Xms128m  -Xmx512m
@set exe=%CATALINA_HOME%\bin\catalina.bat
@call %exe% run %1 %2 %3 %4