[jboss-user] [Installation, Configuration & Deployment] - Re: One deploy dir per user

PeterJ do-not-reply at jboss.com
Fri Sep 4 15:45:40 EDT 2009


Here's one way - give each directory a .war extension:

<property name="applicationURIs">
  |   <list elementClass="java.net.URI">
  |     <value>${jboss.server.home.url}deploy</value>
  |     <value>/path/to/studentA.war</value>
  |   </list>
  |   <list elementClass="java.net.URI">
  |     <value>${jboss.server.home.url}deploy</value>
  |     <value>/path/to/studentB.war</value>
  |   </list>
  | </property>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253658#4253658

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253658



More information about the jboss-user mailing list