anonymous wrote : Caused by: java.lang.IllegalArgumentException: Invalid
<url-pattern> /*.html in security constraint
<url-pattern>/*.html</url-pattern>
Change it to:
<url-pattern>*.html</url-pattern>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983450#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...