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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...