[jboss-jira] [JBoss JIRA] Created: (JBAS-8423) Ensure that connectors that handle end user request start late in the server start process
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Sep 16 12:32:28 EDT 2010
Ensure that connectors that handle end user request start late in the server start process
------------------------------------------------------------------------------------------
Key: JBAS-8423
URL: https://jira.jboss.org/browse/JBAS-8423
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Brian Stansberry
Assignee: Emanuel Muckenhuber
Fix For: 7.0.0.M1
Ensure all connectors that handle user requests have appropriate behavior with respect to not starting until the overall server start is in a state where the connector can handle the expected requests.
Part of this is understanding how the clients work; i.e. for some connectors clients may never send a request that the server can't correctly handle. For others, e.g. web connectors fronted by mod_jk or most hardware load balancers, once the connector is started, it may start receiving requests for apps that are not deployed.
This is somewhat related to graceful shutdown, where the connector should stop handling requests at the appropriate point in a shutdown process.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list