[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: MyFaces and JBoss is not playing nice!

russray do-not-reply at jboss.com
Thu Apr 5 14:28:12 EDT 2007


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



More information about the jboss-user mailing list