Re: Setting heap once the tomcat JVM is started

2006-07-24 Thread Ryan Daly
Martin Gainty wrote: > Ryan-- > > Here is the policy setting I have in my %TOMCAT_HOME%/conf/catalina.policy > // These permissions apply to the commons-logging API > grant codeBase "file:${catalina.home}/bin/commons-logging-api.jar" { > permission java.security.AllPermission; > }; > > HT

Re: Setting heap once the tomcat JVM is started

2006-07-21 Thread Garthfield Carter
I concur. I don't think it's possible at run-time. This would be a nightmare for hosting providers who set an upper limit knowing that user's could give their instances any amount of memory they required. Garthfield Filip Hanik - Dev Lists wrote: since the heap is a Java VM configuration, not

Re: Setting heap once the tomcat JVM is started

2006-07-21 Thread Filip Hanik - Dev Lists
since the heap is a Java VM configuration, not a Tomcat setting, you would have to consult your VM vendors documentation. The short answer would be no. Filip sajid khan wrote: Hi All, Can we set the JVM heap size after the Tomcat has started ? I mean to say configure heap at runtime Thanks

Setting heap once the tomcat JVM is started

2006-07-21 Thread sajid khan
Hi All, Can we set the JVM heap size after the Tomcat has started ? I mean to say configure heap at runtime Thanks