This content has been marked as final.
Show 2 replies
-
1. Re: Is it possible to exclude deployment of an EAR?
andersbohn Feb 22, 2012 9:13 AM (in response to newway)How about setting specific paths for the deploymentscanner in your standalone-1.xml and standalone-1.xml ?
https://docs.jboss.org/author/display/AS71/Application+deployment
<deployment-scanner scan-interval="5000"relative-to="jboss.server.base.dir"path="deployments"auto-deploy-zipped="true"auto-deploy-exploded="false"/> -
2. Re: Is it possible to exclude deployment of an EAR?
newway Feb 22, 2012 9:30 AM (in response to andersbohn)thanks, I guess this is what I meant in the second option but looking at it now I didn't explain my self enough