On Sat, Aug 30, 2008 at 8:15 PM, Nuno Viana (Gmail) <[EMAIL PROTECTED]> wrote: > Do you know how can I remove Xerces/Xalan libraries from the Tomcat 5 > installation and replace by the latest available versions?
I think there are two possibilities: 1) Tomcat is using Xalan and Xerces binaries installed in the Tomcat folder. If this is the case, you need to delete the Xalan and Xerces Jars from Tomcat folder, and replace them with newer Jars. If you don't know in which Tomcat folder the Xalan and Xerces Jars lie, you can do an OS search to find out. 2. Tomcat is using Xalan and Xerces shipped with JDK 5. In this case, you need to apply endorsed standard override mechanism to use newer Xalan and Xerces Jars (for this, you need to copy new Xalan and Xerces Jars in JRE, lib/endorsed folder). > Also, do you know if JDK5 ships with older versions of those libraries also? Yes, JDK 5 ships with an older version of Xalan and Xerces, and you should not be using it ideally (please use the solution above). -- Regards, Mukul Gandhi