I was running into this too. I read somewhere that this might help, and when I tried it, it did work.
Replace: <servlet> | <servlet-name>Faces Servlet</servlet-name> | <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> | <load-on-startup>1</load-on-startup> | </servlet> with this myfaces servlet: <servlet> | <servlet-name>Faces Servlet</servlet-name> | <servlet-class>org.apache.myfaces.webapp.MyFacesServlet</servlet-class> | <load-on-startup>1</load-on-startup> | </servlet> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995712#3995712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995712 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
