[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Migrating JSF app from JBOSS AS 4.0.5 to 4.2.0

robertoteles do-not-reply at jboss.com
Fri Jul 27 19:41:24 EDT 2007


You are trying to request a .jsp without inicialize  the faces contex, try 
in web.xml 
               <servlet-mapping>
		     <servlet-name>Faces Servlet</servlet-name>
		     <url-pattern>/faces/*</url-pattern>
          	</servlet-mapping>

 and set the prefix faces/[your jsp]  

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068401



More information about the jboss-user mailing list