On Wed, Jun 15, 2011 at 22:11, Caldarale, Charles R <[email protected]> wrote: [...] > > Check the system property org.apache.catalina.startup.EXIT_ON_INIT_FAILURE > and see if it meets your needs. (It might not be setting an exit code.) > > http://tomcat.apache.org/tomcat-7.0-doc/config/systemprops.html > > - Chuck >
It doesn't. The only use of it in StandardService is to throw an Error (it will then exit(1) as it is an uncaught error) if connectors initialization fails. But this is not what I'm after (checked in 7.0.14 source code). -- Francis Galiegue ONE2TEAM Ingénieur système Mob : +33 (0) 683 877 875 Tel : +33 (0) 178 945 552 [email protected] 40 avenue Raymond Poincaré 75116 Paris --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
