> From: FreddieWeng [mailto:freddiew...@gmail.com]
> Subject: RE: Access Deny of Tomcat
> 
> I created a new directory in the Tomcat home directory

That's not useful; webapps (even if they consist of nothing but static content) 
are normally placed under the <Host> appBase directory.  The default for Tomcat 
is named, coincidentally, webapps.

> then tried to use IE in a client to see the file info within 
> that directory, but failed.

What URL did you try?  Note that directory listings are disabled by default, 
although contents may be retrieved when explicitly named on the URL.  To enable 
directory listings, you'll need to adjust the listings parameter for the 
DefaultServlet declared in conf/web.xml.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to