see my comments inline.
Volker >Thanks Volker. > >I am suing J2SE 1.4.1_01, Tomcat 4.1.12, Cocoon 2.1 lastest CVS. It seems that >the answer was: > >1. Create %JAVA_HOME%\jre\lib\endorsed directory. > 2. Copy xerces-XXX.jar, xalan-XXX.jar, and the xml-apis.jar > from the .\lib\core\ to the %JAVA_HOME%\jre\lib\endorsed\ directory. If you use tomcat I think 1. and 2. is optional (see below) > >But also (non-optional its a MUST BE): > >3-Copy the files into tomcat's "common/endorsed" directory. > Yes true, I think the reason is that tomcat's "setclasspath.bat" set the "-Djava.endorsed.dirs" system property. rem Set the default -Djava.endorsed.dirs argument set JAVA_ENDORSED_DIRS=%BASEDIR%\bin;%BASEDIR%\common\endorsed This overwrites the %JAVA_HOME%\jre\lib\endorsed directory. >I also saw in the tools/lib directory the old files remains. You must remove >the old Xalan, Xerces and xml-api files manually. There remains no matter if >you make a > >./build.sh clean my understanding is, that this versions are only used to build cocoon. > >Now it is working again! > >Regards, > >Antonio Gallardo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]