symlink not being completely followed

2005-05-04 Thread Scott Heitkamp
I've setup tomcat to follow a symlink to a directory outside of the webapp. That part works just fine. I can load a jsp that is linked outside the webapp directory. The problem that I am having is that Tomcat is not allowing a Java Servlet to completely follow the symlink. Here is what

Re: symlink not being completely followed

2005-05-04 Thread Jason Bainbridge
On 5/4/05, Scott Heitkamp [EMAIL PROTECTED] wrote: I've setup tomcat to follow a symlink to a directory outside of the webapp. That part works just fine. I can load a jsp that is linked outside the webapp directory. The problem that I am having is that Tomcat is not allowing a Java

Re: symlink not being completely followed

2005-05-04 Thread Scott Heitkamp
Yes, I have allowLinking=true in my Context for the webapp I'm working with. Jason Bainbridge [EMAIL PROTECTED] wrote:On 5/4/05, Scott Heitkamp wrote: I've setup tomcat to follow a symlink to a directory outside of the webapp. That part works just fine. I can load a jsp that is linked outside