Hello John, So, you are saying that you put your new parser in jee/lib/endorsed and expect Tomcat to pick that up like Ant did? Note that Tomcat also has an endorsed directory in CATALINA_HOME/common/endorsed. Jars in that directory will override not only the regular JDK libraries but also those libraries that were put in jre/lib/endorsed. Think of it as simply higher specificity. An endorsed directory specified by Tomcat will override the more general endorsed directory specified for the whole Java system.
Jake Monday, January 27, 2003, 1:53:40 PM, you wrote: JT> I have changed the parser in the endorsed directory but tomcat does not JT> seem to see the changes. JT> When I compile using ant (and the endorsed directory in JT> jre/lib/endorsed) all works as expected. JT> Any help? JT> Thanks, JT> John JT> -- JT> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> JT> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Best regards, Jacob mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
