> From: karthikn [mailto:[EMAIL PROTECTED] > Subject: JMX Perform GC TOMCAT 5.5.23 > > For a Production and Live version Tomcat, Can i hook > Jconsole via JMX on the tomcat and force GC process in > REMOTE Mode... > Is this permitted or not ?
Depends on what you mean by "permitted". It certainly works, but it's probably not a good idea to push the button - let the JVM take care of GC, that's what it's good at. Doing a manual GC at arbitrary times can be disruptive in that it suspends application threads for the duration. If you're worried about the security aspects, don't configure JMX without authentication. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]