Re: Running tomcat 5.0 as a service in Windows OS

2004-10-12 Thread Shankar Unni
Pramod Jain wrote: a) with tomcat5w.exe, I go to startup tab and enter: start -config "C:\abc\my_server.xml" b) In Windows Services editor I go to Apache-Tomcat -> Properties -> Start Parameters and enter: start -config "C:\abc\my_server.xml" Don't use double-quotes - those will be passed liter

Running tomcat 5.0 as a service in Windows OS

2004-10-11 Thread Pramod Jain
I have searched thru the mailing list and not found a solution, I am sure it is there ... Please point me to it I am able to start tomcat5.0 as a service with tomcat_home\conf\server.xml, but unable to specify start up configuration parameters like "start -config "abc\my_server.xml" Here is wha