Try adding this to your web.xml:
<servlet>
| <servlet-name>ContactJsp</servlet-name>
| <jsp-file>/contact.jsp</jsp-file>
| </servlet>
| <servlet-mapping>
| <servlet-name>ContactJsp</servlet-name>
| <url-pattern>/contact</url-pattern>
| </servlet-mapping>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185134#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...