Howdy,
I assume you've read this, right?
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.htm
l

><Context path="/myapp" docBase="C:/test/">
>  <Resources className="org.apache.naming.resources.FileDirContext"
>docBase="c:/dev/proj1/web" />
>  <Resources className="org.apache.naming.resources.FileDirContext"
>docBase="c:/dev/proj2/web" />
></Context>

I'm confused about what the above is trying to do.  What is the design
goal here?  Perhaps if we start with that, we can find out the cleanest,
simplest, most portable way to address it.

Yoav Shapira
Millennium ChemInformatics

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to