[jboss-user] [Installation, Configuration & Deployment] - Re: One deploy dir per user
pplupo
do-not-reply at jboss.com
Fri Sep 4 15:33:43 EDT 2009
I'm sorry, I forgot to tag like code.
The "${jboss.server.home.url}deploy
/path/to/studentA
${jboss.server.home.url}deploy
/path/to/studentB"
should be:
<property name="applicationURIs">
| <list elementClass="java.net.URI">
| <value>${jboss.server.home.url}deploy</value>
| <value>/path/to/studentA</value>
| </list>
| <list elementClass="java.net.URI">
| <value>${jboss.server.home.url}deploy</value>
| <value>/path/to/studentB</value>
| </list>
| </property>
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253655#4253655
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253655
More information about the jboss-user
mailing list