> From: Wojtek Kusch [mailto:[EMAIL PROTECTED] 
> Subject: Re: context.xml in Tomcat 6
> 
> If I choose this app ("unleashed") I get  - 404 _The 
> requested resource (/unleashed/) is not available.

You have no welcome file in the app's directory, nor is there any
servlet-mapping in your WEB-INF/web.xml to pass otherwise unmatched URLs
to any particular servlet.  Consequently, the request to "unleashed" is
being handled by Tomcat's DefaultServlet, which typically has directory
listings disabled, so the 404 is returned.

 - 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