> From: alla winter [mailto:[EMAIL PROTECTED] 
> Subject: Re: Security restrictions for Tomcat
> 
> I can see all the directory listing except WEB-INF directory. 
> I am using all default XMLs for configuration without any
> changes, except web.xml were I defined my servlets.

Directory listings are disabled by default, as described in the
DefaultServlet section of the conf/web.xml file.  You have either set
the listings parameter to true, or you have overridden the
DefaultServlet with one of your own in your webapp's WEB-INF/web.xml
file, and that one is displaying the directory contents.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to