2012/11/14 Adrien RUFFIE <[email protected]> > > Hi all, > > > > Do you know means to (via JMX) restart only one webapp in my tomcat ? > > Like with a MBean invoke method? Do you know one MBean or other which can do > this :
1. Do not send HTML-formatted e-mails to the mailing list. 2. Sure, there is a method. The Manager webapp operates via JMX . See its source code. (org.apache.catalina.manager.* ) You will need to stop a Context, then start it. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
