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

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: