Shilohcity
Technical User
Hi there
Well after some reading I discovered the use of mapped drives was not supported under Tomcat 3.3 but apparently is with Tomcat 4.0 so I downloaded and installed it on a Win2K machine. Nice easy install by the way :-D. But still no luck on the mapped drive front. I even found another posting which talked about how it should be done:
After following my nose and the above posting I came up with nada. I can access the root of C:\ drive as
<Context path="/test" docBase="C:\" debug="0" privileged="true"/>
But not the root of N:\ as
<Context path="/test" docBase="N:\" debug="0" privileged="true"/>
Does anybody know if what I am trying to do is possible? My hair is all gone now so I am going to have to start pulling my teeth out soon I think.
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at
Well after some reading I discovered the use of mapped drives was not supported under Tomcat 3.3 but apparently is with Tomcat 4.0 so I downloaded and installed it on a Win2K machine. Nice easy install by the way :-D. But still no luck on the mapped drive front. I even found another posting which talked about how it should be done:
After following my nose and the above posting I came up with nada. I can access the root of C:\ drive as
<Context path="/test" docBase="C:\" debug="0" privileged="true"/>
But not the root of N:\ as
<Context path="/test" docBase="N:\" debug="0" privileged="true"/>
Does anybody know if what I am trying to do is possible? My hair is all gone now so I am going to have to start pulling my teeth out soon I think.
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at