Re: Symlinked directories

2006-02-08 Thread Robert Palmer
From ymy server.xml: 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 Hi Alex, i had

Re: Symlinked directories

2006-02-08 Thread Nicole Nemer
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 > Hi Alex, > i had to add allowLinking="true" to my Context in the web.xml

Re: Symlinked directories

2006-02-08 Thread Nicole Nemer
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 > Hi, > > I'm u

RE: Symlinked directories

2006-02-08 Thread Caldarale, Charles R
> From: Alex Turner [mailto:[EMAIL PROTECTED] > Subject: Symlinked directories > > 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? RTFM: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Look at the allowLinking att