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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...