[mod_cluster-dev] Excluded contexts

Paul Ferraro paul.ferraro at redhat.com
Mon Jan 26 10:28:10 EST 2009


1.0.0.Beta3 adds a new excludedContexts configuration property that
defines a comma delimited list of web contexts that should *not*
auto-register with httpd.  Does anyone have any suggestions/comments
about which contexts to disable by default?  Currently, this property
defaults to:

<property name="excludedContexts">ROOT,invoker,jbossws,jmx-console,juddi,web-console</property>

i.e. all contexts deployed by default in the JBoss AS all profile.

As I think about this more, I think we should use a system property for
this instead - and perhaps enable the ROOT context by default?
e.g.
<property name="excludedContexts">${jboss.modcluster.excludedContexts:invoker,jbossws,jmx-console,juddi,web-console}</property>

Thoughts?

Paul




More information about the mod_cluster-dev mailing list