]
Michal Babacek moved JWS-114 to MODCLUSTER-457:
-----------------------------------------------
Project: mod_cluster (was: JBoss Web Server)
Key: MODCLUSTER-457 (was: JWS-114)
Workflow: GIT Pull Request workflow (was: CDW v1)
Affects Version/s: 1.3.1.Final
1.2.11.Final
(was: JWS 3.0.0 ER2.1)
Component/s: Core & Container Integration (Java)
(was: mod_cluster)
Fix Version/s: 1.3.2.Alpha1
(was: JWS 3.0.1)
Tomcat mod_cluster integration does not allow one to choose a
connector
-----------------------------------------------------------------------
Key: MODCLUSTER-457
URL:
https://issues.jboss.org/browse/MODCLUSTER-457
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.3.1.Final, 1.2.11.Final
Reporter: Michal Babacek
Assignee: Jean-Frederic Clere
Fix For: 1.3.2.Alpha1
Configuring mod_cluster to leverage {{ws://}} with {{EnableWsTunnel}}
(mod_proxy_wstunnel) requires the Tomcat to use *http* instead of *ajp* connector.
Unlike
[
AS7/WildFly/EAP|https://github.com/wildfly/wildfly/blob/master/mod_cluste...]
mod_cluster integration, the Tomcat one ignores such option, i.e. there is nothing about
selecting a particular connector with a *connector* attribute in
[
mbeans-descriptors.xml|https://github.com/modcluster/mod_cluster/blob/b3a...].
<Listener
className="org.jboss.modcluster.container.catalina.standalone.ModClusterListener"
loadMetricClass="org.jboss.modcluster.load.metric.impl.BusyConnectorsLoadMetric"
loadMetricCapacity="1" loadHistory="9"
loadDecayFactor="2" stickySession="true"
stickySessionForce="false" stickySessionRemove="true"
advertise="true"
{color:red}*connector="http"*{color}
advertiseGroupAddress="224.0.5.12" advertisePort="61217"
/>
Suggestion: Let's add the option to the catalina integration as well.