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#4185134

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185134
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to