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, 21 Oct 2009 02:42:41 PDT

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.
   


I saw the above soln in the web. it worked for me.. Thank you so much. Do i know y should i need to put this...?
[Message sent by forum member 'gandee86' (gandhi.nadanasabapathy_at_igate.com)]

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