[jboss-jira] [JBoss JIRA] Commented: (JBAS-5636) Stop HTTP/AJP connectors on Server.STOP_NOTIFICATION_TYPE
Takayoshi Kimura (JIRA)
jira-events at lists.jboss.org
Wed Jul 9 07:30:26 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-5636?page=comments#action_12420532 ]
Takayoshi Kimura commented on JBAS-5636:
----------------------------------------
I think that's a bug, filed in JBAS-5745.
Another point, the stopConnectors() method calls the stop() method on all connectors, which leads some ERROR logs when the JBossWeb service is actually stopped. This ERROR log won't be appeared if we use the pause() method instead.
> Stop HTTP/AJP connectors on Server.STOP_NOTIFICATION_TYPE
> ---------------------------------------------------------
>
> Key: JBAS-5636
> URL: http://jira.jboss.com/jira/browse/JBAS-5636
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service
> Affects Versions: JBossAS-5.0.0.Beta4, JBossAS-4.2.2.GA
> Reporter: Takayoshi Kimura
> Assigned To: Remy Maucherat
>
> In JBoss startup process, JBoss starts HTTP/AJP connectors when Server.START_NOTIFICATION_TYPE received, so all applications are available when a time the connectors are started.
> This feature has not been implemented for shutdown.
> In JBoss shutdown, JBoss undeploys web applications before stopping the connectors. In this case applications are not available in some timeframe during the undeployment, and clients may receive 503 or 404 errors. We can ensure applications availablity in a same manner as startup, by Server.STOP_NOTIFICATION_TYPE.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list