> From: Mohsen Saboorian [mailto:mohs...@gmail.com] > Subject: Dedicated Thread Pool > > Is this possible to devote a special threadpool to one web > application, so that I can investigate what's going on > through that monitoring app?
Not directly. However, you can configure an additional <Connector> for a different port with its own thread pool, and use that port when running the monitoring webapp. You can also use various JMX-based non-webapp monitoring tools such as JConsole and JVisualVM (both of which are available in recent Sun JDKs). - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org