I appreciate your feedback/suggestions.
In this case, all I want to do is list the files in the mapped drive on the webpage.
When I tried this on Tomcat 5.0.28, it does NOT work.
When I tried this on tomcat 5.0.25, it worked fine.
...i did not need a folder with same name as the webapp...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.