Shilohcity
Technical User
Hi there
I am tearing my hair out over the use of mapped drives for docbase's. I have a Win2K/Tomcat3.3 installation which is working fine on my local drives but returns 404 errors when trying to connect to a mapped or shared drive. I have read the help about this and it explains that any docbase connection must be via a Windows mapped drive letter i.e. map drive to g:\ then enter docbase="g:\path". I have tried this to no avail....Arghhhh! any help would be most appreciated.
Here is my context file:
<Context path="/dyn" docBase="c:\newFreeDev\docs"
debug="0"
reloadable="true" >
<SimpleRealm filename="conf/users/example-users.xml" />
<LogSetter name="example_tc.log" path="logs/examples.log" />
<LogSetter name="example_servlet_log"
path="logs/servlet_examples.log"
servletLogger="true"/>
</Context>
Thanks
Justin X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at
I am tearing my hair out over the use of mapped drives for docbase's. I have a Win2K/Tomcat3.3 installation which is working fine on my local drives but returns 404 errors when trying to connect to a mapped or shared drive. I have read the help about this and it explains that any docbase connection must be via a Windows mapped drive letter i.e. map drive to g:\ then enter docbase="g:\path". I have tried this to no avail....Arghhhh! any help would be most appreciated.
Here is my context file:
<Context path="/dyn" docBase="c:\newFreeDev\docs"
debug="0"
reloadable="true" >
<SimpleRealm filename="conf/users/example-users.xml" />
<LogSetter name="example_tc.log" path="logs/examples.log" />
<LogSetter name="example_servlet_log"
path="logs/servlet_examples.log"
servletLogger="true"/>
</Context>
Thanks
Justin X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at