Is there a way to prevent the deployment-scanner from deploying certain files in JBoss EAP 6

Solution Unverified - Updated -

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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content