Not exactly, but the JDK 1.4 comes with older versions of Xalan, Xerces and so on and there seem to be some incompatibilities. And normally JDK classes are loaded first => the well-known endorsed problem.

Joerg

Christopher Oliver wrote:
Yes, adding xsltc-XXXXX.jar to common/endorsed fixed that problem. But what exactly caused it in the first place? Can someone explain?

Regards,

Chris

Ugo Cei wrote:

Christopher Oliver wrote:

Sylvain,

Can you explain the connection between Xalan.jar, the endorsed directory, and the error message below? Unfortunately, I already tried copying xalan-2.4.1.jar, xercesImpl-2.1.0.jar and xml-apis.jar into %TOMCAT_HOME%/lib/endorsed but still got the same error.
^^^^ --> Make that common/endorsed

Remove the existing jars from common/endorsed and put the above mentioned jars (plus xsltc.jar, I'm not sure it's needed but I have it there too) and it should work perfectly with JDK 1.4.1.

Ugo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to