On Wed, May 20, 2009 at 4:38 PM, Serge Fonville <serge.fonvi...@gmail.com> wrote: > Just out of interest, but where, how and why does it violate the spec?
"The container will recursively try to match the longest path-prefix." So as I understand all requests /resources/* should be directed to default servlet (ant they probably are, but servlet outputs 404?). It's a pity it is not designed to work that way. I think it's quite standard behavior: front controller for all /* requests and default servlet for static content /resources/*. Viktoras --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org