https://issues.apache.org/bugzilla/show_bug.cgi?id=50153
Summary: Remapping the default servlet Product: Tomcat 7 Version: 7.0.4 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: gl...@abv.bg Since I'm using a framework that maps its own servlet to /*, I have to remap the default servlet. In Tomcat 7.0.0 this mapping was working: <servlet-mapping> <servlet-name>default</servlet-name> <url-pattern>/static/</url-pattern> </servlet-mapping> But it doesn't in Tomcat 7.0.4 I also tried /static/* - same result. (The way it doesn't work is by serving 404) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org