I tried this too and still got the 404.

        <servlet-mapping>
                <servlet-name>MusicVenueServlet</servlet-name>
                <url-pattern>/play/music/venues/*</url-pattern>
               
<url-pattern>/play/music/includes/venue-listing.jsp</url-pattern>
        </servlet-mapping>

I also tried escaping the period in the file extension ("\.jsp"), but no
luck.  Any ideas how to troubleshoot the problem further? - Dave


n828cl wrote:
> 
>> From: laredotornado [mailto:laredotorn...@gmail.com]
>> Subject: Servlet mapping issue
>> 
>> <url-pattern>/play/music/includes/venue-listing</url-pattern>
> 
> You left the .jsp off the end of venue-listing.
> 
>  - 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
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Servlet-mapping-issue-tp28984816p28985292.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to