RE: How to find tomcat's- window service parameters

2008-10-31 Thread Caldarale, Charles R
> 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

Re: How to find tomcat's- window service parameters

2008-10-31 Thread Thangavel Sankaranarayanan
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

Re: How to find tomcat's- window service parameters

2008-10-31 Thread Serge Fonville
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

How to find tomcat's- window service parameters

2008-10-31 Thread Thangavel Sankaranarayanan
Hi All, I have a tomcat on a windows2000 server . It is run as a window service. I want to find the service parameters like.My main idea is that i want to increase the heap size of JVM.