users@glassfish.java.net

Re: tomcat 5.5/jsf 1.1 to glassfish/jsf1.2 - FacesContextFactory not found

From: <glassfish_at_javadesktop.org>
Date: Wed, 07 Mar 2007 01:56:48 PST

To solve the problem put this line in your web.xml

<listener>
<listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener>

sould do the trick in one swift blow.
[Message sent by forum member 'guy311' (guy311)]

http://forums.java.net/jive/thread.jspa?messageID=206619