Fixed the problem. In jboss-service.xml

<attribute name="URLs">
  |    deploy/,mydeploy
  | </attribute>

Needed to be 

<attribute name="URLs">
  |    deploy/,mydeploy/
  | </attribute>

Bummer! Not an easily found. The app server was deploying mydeploy dir as the 
root because I forgot the slash!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065699
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to