https://issues.apache.org/bugzilla/show_bug.cgi?id=49422
--- Comment #2 from Paweł Zuzelski <paw...@pld-linux.org> 2010-06-11 16:42:26 EDT --- There are comments of HUDSON developers, they asked me to paste them here. I hope they will be helpful in tracking the problem: ============================= mindless added a comment - 11/Jun/10 01:09 PM There may be crazy parts of Hudson bootstrapping but I don't think this part is crazy. war/resources/WEB-INF/web.xml is pretty basic, with: <servlet-mapping> <servlet-name>Stapler</servlet-name> <url-pattern>/</url-pattern> </servlet-mapping> which should map everything to stapler for handling.. ============================= jieryn added a comment - 11/Jun/10 01:36 PM Change this to <servlet-mapping> <servlet-name>Stapler</servlet-name> <url-pattern>/*</url-pattern> </servlet-mapping> and it will work. I tested this and things appear to be working sanely now. -- 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