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
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