> From: Thangavel Sankaranarayanan [mailto:[EMAIL PROTECTED]
> Subject: Re: How to find tomcat's- window service parameters
First off, always tell us what version of Tomcat you're using. Since you
didn't bother to do that, we'll talk about Tomcat 6.0.
> Thanks for
Hi,
Thanks for the reply and i can find the following at the end of
catalina.bat..
Main class- Bootstrap
Classpath is in environmental varaial
There is no env variable set for java_opts,catalina_opts...
%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS%
-Djava.endorsed.dirs="%JAVA_ENDORSED_DI
Hi,
All options that are passed to tomcat can be configured through catalina.bat
Also, if you enable jmx you can monitor the details you specified.
By executing tomcat[major]w.exe you get an application that interfaces with
tomcat to show information (including a few things you asked)
if all you wa