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
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