I am trying to use JBoss where one of the deployed application files can 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