2013/4/25 Satyendra Singh <satya...@gmail.com>: > I have created multiple windows services and for one of the service, i have > -Dcatalina.base=C:\servers\applications\service1 > -Dcatalina.home=C:\servers\apache-tomcat-7.0.39 > > i have C:\servers\applications\service1\bin\setenv.bat where i have > > set JAVA_HOME= C:\.... > > Set JAVA_OPTS=-D...... > > set CATALINA_OPTS=-Xms..... > > running service1 does not seem to use these values, it only use those that > i can see at tomcat7w.exe on this service. >
As documented, [quote] All the environment variables described here and the "setenv" script are used only if you use the standard scripts to launch Tomcat. For example, if you have installed Tomcat as a service on Windows, the service wrapper launches Java directly and does not use the script files. [/quote] http://tomcat.apache.org/tomcat-7.0-doc/RUNNING.txt --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org