Uploaded image for project: 'JBoss Web Server'
  1. JBoss Web Server
  2. JWS-63

Tomcat mod_cluster integration does not allow one to choose a connector

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • JWS 5.0_RHEL DR1
    • JWS 3.0.0 ER2.1
    • mod_cluster
    • None
    • Release Notes
    • Hide
      Configuring mod_cluster to use `ws://` with `EnableWsTunnel` (mod_proxy_wstunnel) requires Tomcat to use a `http` connector, and does not allow you to use an `ajp` connector.

      At the moment, Tomcat ignores this option.

      This issue is expected to be fixed in a future update.
      Show
      Configuring mod_cluster to use `ws://` with `EnableWsTunnel` (mod_proxy_wstunnel) requires Tomcat to use a `http` connector, and does not allow you to use an `ajp` connector. At the moment, Tomcat ignores this option. This issue is expected to be fixed in a future update.
    • Not Yet Documented
    • Hide

      Delete AJP connector configuration from server.xml

      Show
      Delete AJP connector configuration from server.xml

      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 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.

      <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"
      connector="http" advertiseGroupAddress="224.0.5.12" advertisePort="61217"
      />

      Suggestion: Let's add the option to the catalina integration as well.

            rhn-engineering-jclere Jean-Frederic Clere
            mbabacek1@redhat.com Michal Karm
            Michal Karm Michal Karm
            Tyler Kelly Tyler Kelly (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: