[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Accessing Files outside JBoss deply area

weisinger do-not-reply at jboss.com
Fri Jun 1 14:23:59 EDT 2007


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#4050579

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050579



More information about the jboss-dev-forums mailing list