i am using apache tomcat 5.0.28.
how to access symbolic link using the apache tomcat 5.0.28 web server?
I have modified the context in server.xml as follow; still does not work

<Context path="/edoc" reloadable="true" docBase="/edoc"
workDir="/edoc/work" >
        <Logger className="org.apache.catalina.logger.SystemOutLogger"
verbosity="4" timestamp="true"/>
       <Resources className="org.apache.naming.resources.FileDirContext"
allowLinking="true"/>
</Context>



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

Reply via email to