How can I point my web app's context docbase to a mapped drive?
either using mapped drive letter, or the fully qualified address:
<Context path="/pictures" docBase="G:\" />
or
<Context path="/pictures" docBase="\\fileserver\pics\" />
Neither seem to work for me.
I have tried this by starting up tomcat via the tomcat monitor, and specifying an administrator account.
Authority is probably NOT the problem, as \\fileserver\pics\ is a publicly accessibly file share with NO authentication required.
Also I DID put my context xml file under the
"C:\Tomcat 5.0\conf\Catalina\localhost" folder.
Thank you
Michael Dockery
either using mapped drive letter, or the fully qualified address:
<Context path="/pictures" docBase="G:\" />
or
<Context path="/pictures" docBase="\\fileserver\pics\" />
Neither seem to work for me.
I have tried this by starting up tomcat via the tomcat monitor, and specifying an administrator account.
Authority is probably NOT the problem, as \\fileserver\pics\ is a publicly accessibly file share with NO authentication required.
Also I DID put my context xml file under the
"C:\Tomcat 5.0\conf\Catalina\localhost" folder.
Thank you
Michael Dockery