Hello,
I'm developing a web application using Eclipse Galileo
IDE,
Tomcat v6.0 and Mojarra
JSF 1.2. I followed a tutorial suggested here (
http://balusc.blogspot.com/2008/01/jsf-tutorial-with-eclipse-and-tomcat.html) and everything worked just fine. Then, I added richfaces support and everything went great. But when I tried to start Tomcat this morning, I got the following error:
java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener
Full stack trace:
My classpath includes the following:
Charts and
JDBC jars
jfreechart-1.0.13.jar
ibatis-2.3.4.726.jar
jtds-1.2.5.jar
JSF and Richfaces
jcommon-1.0.16.jar
commons-beanutils-1.7.0.jar
commons-collections-3.2.jar
commons-digester-1.8.jar
commons-logging-1.1.1.jar
jhighlight-1.0.jar
richfaces-api-3.3.2.SR1.jar
richfaces-impl-3.3.2.SR1.jar
richfaces-ui-3.3.2.SR1.jar
Besides Tomcat v6.0 and Mojarra JSF1.2 (jsf.api.jar and jsf-impl.jar). I double checked for references to another implementation of jsf but couldn't find any. My web.xml looks like this:
Again, yesterday everything was working fine. I didn't change anything in the project, just rebooted. Any help would be greatly appreciated.
Thanks in advance,
Piva