How to check my current JVM settings

2007-12-06 Thread Stefano Martines
Hi, I don’t how to check my JVM settings for my Tomcat. 1) How can I see the current JVM settings of my Tomcat application, (initial Heap size, max and min heap size) ? where are they stored? 2) How can I change these paramters? Thank Stefano

RE: How to check my current JVM settings

2007-12-06 Thread Peter Crowther
Operating system? Tomcat version? Installed as service or running from batch file? Java version? -Original Message- From: Stefano Martines [mailto:[EMAIL PROTECTED] Sent: 06 December 2007 15:21 To: users@tomcat.apache.org Subject: How to check my current JVM settings Hi, I don’t

Re: How to check my current JVM settings

2007-12-06 Thread Stefano Martines
settings Operating system? Tomcat version? Installed as service or running from batch file? Java version? -Original Message- From: Stefano Martines [mailto:[EMAIL PROTECTED] Sent: 06 December 2007 15:21 To: users@tomcat.apache.org Subject: How to check my current JVM settings Hi

Re: How to check my current JVM settings

2007-12-06 Thread Phi-Long LE
) Java 1.4.2x thank you - Original Message From: Peter Crowther [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, December 6, 2007 4:39:33 PM Subject: RE: How to check my current JVM settings Operating system? Tomcat version? Installed as service or running

Re: How to check my current JVM settings

2007-12-06 Thread Stefano Martines
users@tomcat.apache.org Sent: Thursday, December 6, 2007 5:14:51 PM Subject: Re: How to check my current JVM settings use the CATALINA_OPTS variable to set your JVM parameters You can also define CATALINA_OPTS=-Xoptionsfile=toto.conf and within toto.conf explicit JVM parameter P. Le 06/12

RE: How to check my current JVM settings

2007-12-06 Thread Peter Crowther
From: Stefano Martines [mailto:[EMAIL PROTECTED] Hi, it is Windows 2000, tomcat 5.0.28 tomcat runs as service (tomcat5.exe) Java 1.4.2x From a swift Google - I don't run Tomcat as a service, so beware of this information! Start tomcat5w.exe (should be in Tomcat's bin directory). That

RE: How to check my current JVM settings

2007-12-06 Thread Caldarale, Charles R
From: Stefano Martines [mailto:[EMAIL PROTECTED] Subject: Re: How to check my current JVM settings 1) but how can I see what is the current setting? 2) where should I set the CATALINA_OPTS , on catalina.50.bat ? 3) What is the syntax of defining JVM paramters? You can't use CATALINA_OPTS

Re: How to check my current JVM settings

2007-12-06 Thread Stefano Martines
settings From: Stefano Martines [mailto:[EMAIL PROTECTED] Subject: Re: How to check my current JVM settings 1) but how can I see what is the current setting? 2) where should I set the CATALINA_OPTS , on catalina.50.bat ? 3) What is the syntax of defining JVM paramters? You can't use

RE: How to check my current JVM settings

2007-12-06 Thread Caldarale, Charles R
From: Stefano Martines [mailto:[EMAIL PROTECTED] Subject: Re: How to check my current JVM settings is tomcat 5.0.28 or 5.0.30 no more supported? Then we have to switch to tomcat 5.5, right? No, you don't have to. It's just that there is no more development or bug fixing on the 5.0 leg