Mark and Charles, thank you for the recommendations. Which approach - separate <Connector> or JMX access - is more appropriate for production environments? Could you briefly describe pros and cons of each of them?
Thanks! Alec On Thu, Jan 13, 2011 at 4:30 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > 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 > >