From ymy server.xml:


 <Context path="/pictures"
             docBase="pictures"
               debug="0"
          reloadable="true"
        crossContext="true"
        allowLinking="true">
        <Resources className="org.apache.naming.resources.FileDirContext"
                allowLinking="true"/>
       </Context>

Nicole Nemer wrote:

i mean in the server.xml
:)
nn

----- Original Message -----
From: Nicole Nemer <[EMAIL PROTECTED]>
Date: Wednesday, February 8, 2006 1:56 pm
Subject: Re: Symlinked directories
To: Tomcat Users List <users@tomcat.apache.org>

Hi Alex,
i had to add allowLinking="true" to my Context in the web.xml. on Tomcat 5.5 it is false by default.
:)
nn

----- Original Message -----
From: Alex Turner <[EMAIL PROTECTED]>
Date: Wednesday, February 8, 2006 1:44 pm
Subject: Symlinked directories
To: Tomcat Users List <users@tomcat.apache.org>

Hi,

I'm using tomcat 5.5.12 on linux, and I'm wondering how I can get
tomcat to follow symlinks in a web app directory?

I have $CATALINA_ROOT/webapps/ROOT/pictures ->
/service/stuff/pictures, but tomcat ignores the symlink

Thanks,

Alex Turner

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



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

Reply via email to