> From: Caldarale, Charles R > Subject: RE: How to set up a special folder to list all files > under it? > > You don't have to create any classes. Just do what I said in > the original response, which is to copy the existing > declaration for the default servlet from conf/web.xml to your > own WEB-INF/web.xml.
In case I didn't make it clear before, the idea is to create a copy of the default servlet specifically for your webapp. This renamed copy will allow access to and listings of the directory specified in its <url-pattern>, and nothing else. The normal default servlet would continue to supply static content for all other paths, without exposing their directory structure. - 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]