[mod_cluster-issues] [JBoss JIRA] Created: (MODCLUSTER-186) Proxy Discovery Configuration property excludedContexts is not set to default when running under Tomcat

Ruslan Gainutdinov (JIRA) jira-events at lists.jboss.org
Tue Aug 31 07:36:12 EDT 2010


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

                 Key: MODCLUSTER-186
                 URL: https://jira.jboss.org/browse/MODCLUSTER-186
             Project: mod_cluster
          Issue Type: Feature Request
    Affects Versions: 1.1.0.Final
         Environment: Tomcat 6.0.29
            Reporter: Ruslan Gainutdinov
            Assignee: Jean-Frederic Clere


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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the mod_cluster-issues mailing list