JBoss 7.1 how to deploy ear / war to an external directory

in JBoss 7.1, the default deployment directory is standalone / deployment.

I want to change this default value to an external directory. I know in JBoss 5, I can specify this in the profile-repository.xml file.

How to do it in JBoss 7.1?

thank

+5
source share
1 answer

Look at the scanner deployment configuration . You can change the path to anything or want. Another option is to use the default, but add an additional deployment scanner for another directory.

+5
source

All Articles