David Wynter wrote: > Hello, > > I have switched to Oracle with my application from MySQL. A few problems > have turned up the first is that I get a NoClassDefFoundError that sems to > be associated with a login that times out. I am not sure it is destructive > as I can hit the page and I am returned as expected to the login screen. > Here is the trace from my ant task that runs Tomcat. > > start_tomcat_40: > [java] Starting service Tomcat-Standalone > [java] Apache Tomcat/4.0-b6-dev > [java] Starting service Tomcat-Apache > [java] Apache Tomcat/4.0-b6-dev > [java] java.lang.NoClassDefFoundError: com/workingdogs/village/KeyDef
looks like the village.jar is missing in your WEB-INF/lib directory ... martin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
