I am getting started with tomcat. I want to add a link to an external
directory that I can access from /webdav.
I put
<!-- Tomcat Root Context -->
<Context path="" docBase="ROOT" debug="0"/>
<Resources className="org.apache.naming.resources.FileDirContext"
allowLinking="true" docBase="" />

in server.xml. It doesnt work.

I can see the files in /webdav, but the link
to the external directory is null. I get
cant access error.

What do I need to do?
TIA
rfjones



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

Reply via email to