Which version of JBoss AS5? For 5.1.0, you can edit the applicationURIs property for the
BootstrapProfileFactory bean in the server/xxx/conf/bootstrap/profile.xml file, adding in
extra directories:
<property name="applicationURIs">
| <list elementClass="java.net.URI">
| <value>${jboss.server.home.url}deploy</value>
| <value>/path/to/other/dir</value>
| </list>
| </property>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253638#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...