mod_cluster excluded-contexts to use regular expressions
Issue
- The
modclustercontains considerable amount of contexts that are not needed, which makes it impractical to list them all in theexcluded-contextsoption of themodclustersubsystem.For example, the following contexts:
/TEST/ABC
/ABC-01.00.00
/ABC-02.00.00
/TEST/DEF
/DEF-01.00.00
The contexts that need to be removed are the ones with a version number in it.The following excluded-contexts configuration does not work:
excluded-contexts="ROOT,invoker,jbossws,juddi,console,.*-.*".
Is it possible to use regular expressions in the excluded-contents option?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.