> From: Alec Swan [mailto:alecs...@gmail.com] > Subject: Dedicated thread for Tomcat Manager
> Is there a way to assign a dedicated thread to Tomcat Manager so > that it will never be used to process any other client requests? Not directly - threads are associated with a <Connector> or <Executor>, not a webapp. You could define an additional <Connector> on a unique port that you use to access the manager webapp. Or you could use a JMX tool instead, such as JConsole. - 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