> From: Justin Makeig > > Argh. After struggling with cocoon.sh and Upayavira's helpful > email, I still > can't get the CLI to work. I just need to push the result of > http://localhost:8080/toc into the the file > /usr/local/jakarta-tomcat-4.1.27/webapps/cocoon/cde/xml/toc.xml. I've > attached the relevant configuration below. Any help would be much > appreciated. Thanks. > > - Justin > ...
> Excpetions > ========== > Exception in thread "main" java.lang.reflect.InvocationTargetException > ... > Caused by: java.lang.NoClassDefFoundError: > javax/servlet/http/HttpServletRequest It sounds like servlet_2_2.jar is not in your path. I had an error like this and fixed it by copying lib/optional/servlet_2_2.jar to build/webapp/WEB-INF/lib/ in the source distribution. Lars --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
