ClassNotFoundException in Tomcat console when using jawr
Posted
by Jaya
on Stack Overflow
See other posts from Stack Overflow
or by Jaya
Published on 2010-05-19T21:38:25Z
Indexed on
2010/05/19
21:40 UTC
Read the original article
Hit count: 241
Hi,
I am using Tomcat from Eclipse. When i try to start the server I am getting the following error in the console:
java.lang.ClassNotFoundException: net.jawr.web.servlet.JawrServlet at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1516)
When i deploy the war file in the Tomcat server outside of eclipse it is not having any problems. I am only getting this problem when i am trying to start tomcat from eclipse with jawr. Please let me know the solution for this problem.
Thanks in advance, Jaya
© Stack Overflow or respective owner