Re: [CVS 2.1] Exception when accessing cocoon/documents/index.html

2002-12-07 Thread Antonio Gallardo
Hi! To solve the pointed problem, you need to put al the well knowed 3 jar files: A. Xalan-xxx.jar, B. Xerces-xxx.jar and C. xml-apis.jar into the following 2 directories: 1-Tomcat: inside the dir: $CATALINA_HOME/commons/endorsed 2-Java: inside $JAVA_HOME/jre/lib/endorsed/ That is all! Then

Re: [CVS 2.1] Exception when accessing cocoon/documents/index.html

2002-12-07 Thread Tony Collen
On Sat, 7 Dec 2002, Antonio Gallardo wrote: Hi! To solve the pointed problem, you need to put al the well knowed 3 jar files: A. Xalan-xxx.jar, B. Xerces-xxx.jar and C. xml-apis.jar into the following 2 directories: 1-Tomcat: inside the dir: $CATALINA_HOME/commons/endorsed 2-Java:

[CVS 2.1] Exception when accessing cocoon/documents/index.html

2002-12-06 Thread Tony Collen
I'm getting this error after deploying a fresh CVS checkout I did some research, and it seems the problem has to do with an older version of Xalan being in the classpath somewhere. xalan-2.4.1.jar is in WEB-INF/lib, and I don't see any other xalan.jar anywhere on my system. Running RedHat 7.3,

Re: [CVS 2.1] Exception when accessing cocoon/documents/index.html

2002-12-06 Thread Bernhard Huber
hi, i had the same problems running w2k, tomcat 4.1.12, jdk1.4 i changed the serializer sources locally, and posted it into cocoon-dev. I didn't try to change tomcat common/endorsed jars, or common/lib jars, but as far as i remember the tomcat installation advices you to change the tomcat jars.