RE: controling resource and cpu hogging

2006-12-31 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: controling resource and cpu hogging > > > 2. be controlled (ie: throttle/cap a specific domain > > and/or WAR deployment in CPU consumption). > > I'm not aware of anything currently in Tomcat or the JVM that > wi

RE: controling resource and cpu hogging

2006-12-31 Thread Caldarale, Charles R
> From: hanasaki [mailto:[EMAIL PROTECTED] > Subject: controling resource and cpu hogging > > How can misbehaving deployed WAR's be identified and > 1. killed off (maybe an issue if they hold onto threads > or instance references when undeploy or stop is called) You can t

controling resource and cpu hogging

2006-12-30 Thread hanasaki
We have several domains that each have several WAR files deployed. How can misbehaving deployed WAR's be identified and 1. killed off (maybe an issue if they hold onto threads or instance references when undeploy or stop is called) 2. be controlled (ie: throttle/cap a specific domain and/or WAR de