[
https://issues.jboss.org/browse/AS7-4448?page=com.atlassian.jira.plugin.s...
]
Paul Ferraro commented on AS7-4448:
-----------------------------------
The connector attribute is required. I think this makes the configuration much more
intuitive actually, since it makes it crystal clear which connector will be used to
communicate with the load balancer.
mod_cluster subsystem needs dependency on connector for clean
shutdown
----------------------------------------------------------------------
Key: AS7-4448
URL:
https://issues.jboss.org/browse/AS7-4448
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.1.1.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 7.1.2.Final (EAP)
During server shutdown, the connector on which mod_cluster communicates can shutdown
before the mod_cluster service stops, causing failed requests. To fix this a service
dependency needs to be added on the web connector service. To make this work, we also
need to explicitly indicate which connector mod_cluster will use.
e.g.
<mod-cluster-config connector="ajp"/>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira