SEVERE: Error configuring application listener of class com.sun.faces.confi
843844Nov 13 2009 — edited Nov 13 2009Dear all,
I have searched this forum for quite some time, and also googled for the solution of this JSF exception:
SEVERE: Error configuring application listener of class com.sun.faces.config.ConfigureListener
But so far there is still no soltuion for fix it yet. I tried to add the following to my web.xml (as a lot of people are suggesting it in this forum):
<listener>
<listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener>
But it still doesn't work!
This is my system config:
Tomcat 5.5
JSF 1.3
JDK 1.5
However, I have already double checked that I have already placed all the neccessary .jar in <TOMCAT>/common/lib (e.g. jsf-api.jar, jsf-impl.jar, etc.) and also the WEB-INF/lib folder under my specific webapp (just make sure that the app should be able to retrieve it).
What could I have done wrong? Why can't Tomcat see the jsf-api.jar (which is where javax.faces.context.FacesContextFactory should be located)?
Thanks very much in advance.
Regards,
Robert