I am trying to use JBoss on Windows where the deployed application files exist outside of
the JBoss deploy area. How can I do that?
In server.xml, I tried added the following, but JBoss/Tomcat still didn't find the
files:
<Context debug="1" docBase="C:\\qes" path="/qes"
workDir="C:\\qes"></Context>
Is the Context tag the thing that should make this work?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050579#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...