Hi All,My app does some significant initialization in the class AppListener implements ServletContextListener, including processing the application configuration. When it receives an inconsistent, unrecoverable configuration, what is the best way to exit from contextInitialized(...) and gracefully exit from the app without hurting Tomcat or
other apps? ( Clearly not System.exit() ).
Thanks, Ken