> From: Artur Rataj [mailto:[EMAIL PROTECTED] 
> Subject: Re: Context.xml error
> 
> But is not url-pattern defining the page address, and not a 
> listed directory?

The DefaultServlet - the one that produces directory listings - treats
the URI path as a webapp subdirectory.

> Also, would not the page address still be under /library/*, and not
> under /files?

The directory being listed must be part of the webapp's directory
structure.  If you want to allow directory listings for some location
totally outside of a webapp, you must create a second, separate,
independent webapp for the directory structure to be listed.

 - 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