On Sat, Aug 30, 2008 at 9:14 PM, Nuno Viana (Gmail) <[EMAIL PROTECTED]> > I can't find any of those jar files (perhaps they are being bundled > inside other Jar in one of the Tomcat's dir?)...:) > Also, there's an "endorsed" directory in Tomcat as well: "..\Tomcat > 5.5\common\endorsed>". I did tried copying the new xalan, xerces file > versions into this Tomcat's endorsed directory...
Sorry, I can't recall exactly presently the Tomcat directory structure, so cannot help exactly. You can search Tomcat's help on their web site, or search through archives on Tomcat's user list. > I can't find any "endorsed" directories either under JDK or JRE... The "endorsed" directory is not present in JRE installation by default. The user needs to create it, and put JARs in it. This link explains how endorsed mechanism works in JRE, http://java.sun.com/j2se/1.4.2/docs/guide/standards/. -- Regards, Mukul Gandhi