my app is working just fine but i can't remember anything that might have cause this error.
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.struts.taglib.tiles.InsertTag.<clinit>(InsertTag.java:104) at _login__jsp._jspService(/login.jsp:5) at com.caucho.jsp.JavaPage.service(JavaPage.java:75) at com.caucho.jsp.Page.subservice(Page.java:497) at com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182) at com.caucho.server.http.Invocation.service(Invocation.java:312) at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135) at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:244) at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:163) at com.caucho.server.TcpConnection.run(TcpConnection.java:137) at java.lang.Thread.run(Thread.java:534) anyone has any idea what this error is about? my struts file are all in my web-inf/lib directory. thanks

