On Thu, 23 Oct 2003 12:03:34 -0700 (PDT) Alex Romayev <[EMAIL PROTECTED]> wrote:
> Hi, > > I'm trying to run a very simple "Hello World" test > (one XML/one XSL) using CLI and getting the following > error: flect.Method.invoke(Method.java:324) > at Loader.invokeMain(Unknown Source) > at Loader.run(Unknown Source) > at Loader.main(Unknown Source) > Caused by: java.lang.NoClassDefFoundError: > javax/servlet/http/HttpSessionBindingListener > at java.lang.ClassLoader.defineClass0(Native > Method) > at > Hi, maybe you must only copy the "servlet-2.3.jar" from "tools/jetty/lib" to "build/webapp/WEB-INF/lib" or it must be in your CLASSPATH. Some days ago there was a thread to, with problems around CLI http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=106652170804628&w=2 Hope you will find answers there, Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
