Okay!  We are working  :-)  

What I had to do was change the foward from:


  | <jsp:forward page="/main.jsp" /> 
  |  

to:


  | <jsp:forward page="/faces/main.jsp" /> 
  |  

and everything worked and matched the web.xml


  | <servlet-mapping> 
  |     <servlet-name>Faces Servlet</servlet-name> 
  |     <url-pattern>/faces/*</url-pattern> 
  |   </servlet-mapping> 
  | 


Russ 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035131#4035131

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

Reply via email to