-
Bug
-
Resolution: Done
-
Major
-
7.1.1.Final
-
None
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"/>
- is blocked by
-
MODCLUSTER-302 Allow proxy connector to be specified explicitly (instead of dynamically selecting one)
- Resolved