Hello, I'm working with tomcat 6 and multiples instances; I'm looking for a solution to stop an instance of Tomcat from a listener. The purpose of this listener is to load and check some configurations files such as Spring configuration. Then, if an error is found, to stop this instance. On a Tomcat with only one instance I was using System.exit(1), this solution isn't good of course with multiples instances.
What would be the best solution? Thank you for your answers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org