Re: securing directory

2007-06-25 Thread Rainer Jung
certain directories to be viewed or not within a web server, but I guess not. Thanks again. Frank On 6/25/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: tomcat user [mailto:[EMAIL PROTECTED] > Subject: Re: securing directory > > assuming that a file does need

Re: securing directory

2007-06-25 Thread tomcat user
able to allow certain directories to be viewed or not within a web server, but I guess not. Thanks again. Frank On 6/25/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: tomcat user [mailto:[EMAIL PROTECTED] > Subject: Re: securing directory > > assuming that a

RE: securing directory

2007-06-25 Thread Caldarale, Charles R
> From: tomcat user [mailto:[EMAIL PROTECTED] > Subject: Re: securing directory > > assuming that a file does need to reside directly under > the webapp folder Why would you assume that? > can I secure the webapp directory? Not readily, since static content comes from there

Re: securing directory

2007-06-25 Thread tomcat user
> From: tomcat user [mailto:[EMAIL PROTECTED] > Subject: securing directory > > I would like to know if anybody can tell me how to restrict > web access to my web app's base directory and its sub directories. Read the servlet spec. Anything under WEB-INF is automatically invisible to

RE: securing directory

2007-06-25 Thread Caldarale, Charles R
> From: tomcat user [mailto:[EMAIL PROTECTED] > Subject: securing directory > > I would like to know if anybody can tell me how to restrict > web access to my web app's base directory and its sub directories. Read the servlet spec. Anything under WEB-INF is automa

securing directory

2007-06-25 Thread tomcat user
Hi all, I would like to know if anybody can tell me how to restrict web access to my web app's base directory and its sub directories. i.e. webapp "Test1" has a file root.xml (tomcat\webapps\Test1\root.xml) While I do need read access programmatically, I need for web users to not access that fil