[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Class loader isolation broken in 4.2.0GA

apill do-not-reply at jboss.com
Thu Jul 19 05:53:28 EDT 2007


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



More information about the jboss-user mailing list