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
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
> 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
> 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
> 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
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