> From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com]
> Subject: bypassing a servlet mapping to /*
> 
> /net/java/dev/moskito/webui/jsp/Producers.jsp
> now the request is processed by the servlet engine and is grabed by
> the spring dispatcher with an error:

You can always put the complete mapping for the .jsp entries of interest into 
WEB-INF/web.xml and direct it to Tomcat's JSP servlet; since the longest match 
wins, that will override the Spring mapping.

 - 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