[jboss-user] [Installation, Configuration & Deployment] - Re: One deploy dir per user
PeterJ
do-not-reply at jboss.com
Fri Sep 4 13:32:43 EDT 2009
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#4253638
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253638
More information about the jboss-user
mailing list