Problems with deploying JSF project from Netbeans to Tomcat
Posted
by Yurish
on Stack Overflow
See other posts from Stack Overflow
or by Yurish
Published on 2010-04-09T09:23:37Z
Indexed on
2010/04/09
9:43 UTC
Read the original article
Hit count: 362
Hi!
Googled everything, but can't find solution for my problem.
When i'm trying to deploy my project to Tomcat, i have such errors in Tomcat log:
SEVERE: Error configuring application listener of class com.sun.faces.config.ConfigureListener
java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener
I tried to deploy it from fresh Netbeans 6.8 to fresh Tomcat 6.0.26, but the problem is still there.
Servlet-api.jar is in the tomcat/lib folder. Tried to replace it with the newest, but problem is still there.
No compilation errors. Everything is correct.
Problem started suddenly. No code changes, no new jars added.
Help?
UPD: contents of WEB-INF/lib:
- hibernate3.jar
- hibernate-testing.jar
- quartz-1.7.2.jar
- quartz-all-1.7.2
- servlet-api-2.5-20081211
© Stack Overflow or respective owner