Hello there. I am trying to get cocoon up and running in tomcat 3.2.4.
I have done the following:
1. Installed tomcat.
2. Loaded the cocoon.war file into $tomcat_home/webapps.
3. Removed the jaxp.jar file from tomcat/lib. I would remove
parser.jar but parser.jar does not exist.
4. Installed xercesImpl-2.0.0.jar, xalan-2.3.1.jar, and xml-apis.jar
into tomcat/lib.
5. Installed the same 3 files into Java Home/jre/lib/endorsed/
Every time I try to access the cocoon page:
java.lang.NullPointerException
at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:999)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
at org.apache.tomcat.core.Handler.service(Handler.java:287)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
at java.lang.Thread.run(Thread.java:484)
Is the output.
I have managed to get cocoon 2.0.3 to fire up under tomcat 3.3.1, but I
have another webapp that will not run under tomcat 3.3.1.
JDK is blackdown 1.3.1 for linux.
I have also tried building cocoon from source - same problem.
Every time I make a change, I blow away the tomcat/work directory -
there's nothing stale there to cause this.
I have also tried renaming the xerces jar file to parser.jar to see if
that worked. No luck.
I can't find anything else in the FAQs to help, nor google groups /
google...
Help, anyone?
Thanks!
Crispin
--
Those who would improve their argument with volume do nothing but deafen themselves
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>