Re: Call stopAwait at StandardServer.stop

2007-10-07 Thread Remy Maucherat
Peter Rossbach wrote: can we please fix it: public void stop() throws LifecycleException { // Validate and update our current component state if (!started) return; // Notify our interested LifecycleListeners lifecycle.fireLifecycleEvent(BEFORE_ST

Call stopAwait at StandardServer.stop

2007-10-07 Thread Peter Rossbach
Hi, I have reviewed Catalina and StandardServer Tomcat 6 implementation. I can see that the old trick with correct. The main thread is not terminate after a stop signal was received. With port=-1 setting a user can start a tomcat without opening a shutdown port. Ok, the only chance to st