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