Hi. I'm able to register a servlet to match "/*" (and my servlet ends up 
matching only some paths under "/service"). But if I register it under 
"/service/*", then none of the paths match (well, only "/service" matches, 
anything else, include "/service/", doesn't match.

"/service":

15:19:49.771 WARN  springframework.web.servlet.DispatcherServlet 
(DispatcherServlet.java:1108) No mapping found for HTTP request with URI 
[/service/] in DispatcherServlet with name 'dispatcher'



-- 
Rick




_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to