java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
Posted
by Sanjeev
on Stack Overflow
See other posts from Stack Overflow
or by Sanjeev
Published on 2010-04-17T09:11:58Z
Indexed on
2010/04/17
9:33 UTC
Read the original article
Hit count: 571
I am using My-eclipse and doing a struts project there is no syntax error but on starting tomcat server the following error appear in console.
java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
and
javax.servlet.UnavailableException: Parsing error processing resource path jndi:/localhost/strutspro/WEB-INF/struts-config.xml
any idea whats the problem.
© Stack Overflow or respective owner