Community
Participate
Working Groups
I would suggest to remove the servlet-mapping for JSPs from the web.xml that is generated by default when creating a new WAR product. <!-- This is required if your application bundles expose JSPs. --> <servlet-mapping> <servlet-name>equinoxbridgeservlet</servlet-name> <url-pattern>*.jsp</url-pattern> </servlet-mapping> Even though there might be users that whish to create JSPs, there is more to it than the bare servlet-ampping (bundles to support JSP, etc).
Fixed in CVS HEAD: