Is there a way to prevent the deployment-scanner from deploying certain files in JBoss EAP 6
Issue
- Is there a way to prevent deploying files residing inside the deployment-scanner directory?
- In EAP 4.3, the DeploymentScanner mbean has a FilterInstance attribute that allows you to filter out files, Is there a way to do this in JBoss EAP 6?
<mbean code="org.jboss.deployment.scanner.URLDeploymentScanner"
name="jboss.deployment:type=DeploymentScanner,flavor=URL">
...
<attribute name="FilterInstance"
attributeClass="org.jboss.deployment.scanner.DeploymentFilter"
serialDataType="javaBean">
...
<!-- Files matching with theses strings are ignored -->
<property name="matches">README,my-package.xml</property>
</attribute>
...
</mbean>
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
