[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: Stopping connectors early in the shutdown process
bstansberry@jboss.com
do-not-reply at jboss.com
Thu Sep 27 18:06:44 EDT 2007
I don't see anything in Branch_4_2 code either to indicate the connectors are being shutdown early. Anyway, if I do a simple startup/shutdown of JBoss I can see in the console log some webapps get undeployed before the connectors are paused/stopped.
I've been experimenting with stopping the connectors based on the JMX notification. One thing I'm seeing is if you invoke stop() on the connectors during the notification callback, Tomcat logs errors during stopService as it tries to stop them again. If I just call pause() on the connectors instead of stop() I don't have that problem, but AFAICT that means a client with a keep-alive connection will still be able to make requests.
Dominik, I'll create that simple NotificationListener sar I mentioned on our call today and send it to you. That will let you experiment with this on a standard 4.2.x.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089509#4089509
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089509
More information about the jboss-dev-forums
mailing list