The thing is that on JBoss AS 4.2 there is a stricter Servlet compliance required by
default. You can turn it off:
By adding the property
-Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=false
(Note that on plain Tomcat, is is false by default)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094073#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...