Re: symbolic links usage

2006-07-18 Thread dirk ooms
make allowLinking=true an attribute of Context itself On Tuesday 18 July 2006 01:57, Phill O'Flynn wrote: I have a web app that needs to access directories outside of the context using symlinks. However these files are not visible to the servlet. I have looked at all the FAQ's and made the

symbolic links usage

2006-07-18 Thread Phill O'Flynn
still no sucess I am using fedora 4. Is there any other security settings that might affect this? Would changes to server.xml help? If so, what. Is there another way? I beleive that JRun has a  virtual-mapping tag. Does tomcat have something similar? Regards Phill O'Flynn

[Fwd: Re: symbolic links usage]

2006-07-18 Thread Phill O'Flynn
to the webapps local context.xml. I must have written it incorrectly. I don't know Regards Phill O'Flynn - Original Message - Subject: Re: symbolic links usage From: dirk ooms [EMAIL PROTECTED] Date:Tue, July 18, 2006 7:44 pm

[Fwd: Re: symbolic links usage]

2006-07-18 Thread Phill O'Flynn
oops! My email client did something funny with the xml setting. This is what it should be DefaultContext allowLinking=true/ Regards Phill O'Flynn - Original Message - Subject: [Fwd: Re: symbolic links usage] From:Phill

Re: Re: symbolic links usage]

2006-07-18 Thread Martin Gainty
. Thank you. - Original Message - From: Phill O'Flynn [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, July 18, 2006 8:43 AM Subject: [Fwd: Re: symbolic links usage] Although this didn't work for me I found an article that said to add the default context setting

RE: symbolic links usage

2006-07-18 Thread Propes, Barry L
is this not something you configure within the servlet mapping? -Original Message- From: Phill O'Flynn [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 6:58 PM To: users@tomcat.apache.org Subject: symbolic links usage I have a web app that needs to access directories outside

symbolic links usage

2006-07-17 Thread Phill O'Flynn
I have a web app that needs to access directories outside of the context using symlinks. However these files are not visible to the servlet. I have looked at all the FAQ's and made the recommended changes but it still doen't work. I am using Tomcat 5.0.XX i have a context.xml file setup in