Thursday, October 2, 2008

ClassNotFoundException on Tomcat startup: ConfigureListener missing ?

Error Message:

SEVERE: Error configuring application listener of class com.sun.faces.config.ConfigureListener java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener.
The ConfigureListener is part of the jsf implementation you must include the jsf jars in to your webapp. It is not sufficient if the jars are in the classpath of your environment.

Checklist:
* Put jsf-api.jar and jsf-impl.jar in WEB-INF/lib of your webapp.
* Give read permissions to the jsf-api.jar and the jsf-impl.jar file.

No comments: