0 Replies Latest reply on Jun 1, 2007 2:23 PM by weisinger

    Accessing Files outside JBoss deply area

    weisinger

      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