What version of Tomcat? allowLinking only works, as far as I know, in 4.1.15 and higher.
John > -----Original Message----- > From: Randolph Jones [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 8:52 PM > To: [EMAIL PROTECTED] > Subject: adding a symbolic link in default path > > > 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
