Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-186

Proxy Discovery Configuration property excludedContexts is not set to default when running under Tomcat

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 1.1.0.Final
    • None

      The documentation
      http://docs.jboss.org/mod_cluster/1.1.0/html/java.properties.html
      states that excludedContexts have default value of

      ROOT, admin-console, invoker, bossws, jmx-console, juddi, web-console

      However, under Tomcat, it is not the case.
      When org.jboss.modcluster.ModClusterService.init() is called mcmpConfig.excludedContexts is null.

      One have to manually specify

      <Listener className="org.jboss.modcluster.catalina.ModClusterListener"
      excludedContexts="ROOT,manager,host-manager"/>

      Best fix will be to set it excludedContexts="ROOT,manager,host-manager"
      as default under Tomcat.

              rhn-engineering-jclere Jean-Frederic Clere
              huksley Ruslan Gainutdinov (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: