Hi all!
 
Just downloaded the latest nbuild to get the LookupDispatchAction but it
seem's that the commons lib is not complete cause I got 
 
The following when starting struts
 
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogSource
            at
org.apache.commons.digester.Digester.<init>(Digester.java:309)
            at
org.apache.struts.action.ActionServlet.initDigester(ActionServlet.java:1576)
            at
org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:1755)
            at
org.apache.struts.action.ActionServlet.init(ActionServlet.java:496)
            at javax.servlet.GenericServlet.init(GenericServlet.java:258)
            at
org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)
            at org.apache.tomcat.core.Handler.init(Handler.java:215)
            at
org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296)
            at
org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnStartup
Interceptor.java:130)
            at
org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:491)
            at
org.apache.tomcat.core.ContextManager.init(ContextManager.java:453)
            at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:195)
            at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
Exception in thread "main"
 
 


Reply via email to