Todd, I bet their is a discussion, a LONG discussion, on the tomcat mailing list. In addition the Tomcat's documentation and release notes explain how and where to place jars. In short, any jar in the common/lib is visible to all webapps. Each webapp also has it's own lib directory. So, if you have other webapps that need Xerces 1.4.4, then copy Xerces 1.4.4 into that webapps lib directory.
By the way, I think Tomcat 4.0.2 uses Xerces 1.4.3 Paul Spencer todd tredeau wrote: > I have the same problem. The problem is, that other stuff needs this. > Help me understand as well as others.. > > I have xerces 1.4.4 in the java classpath.... shouldn't that be all I > need.. > If I removed it from there, other apps that use it won't have it.. I > don't understand TC4's having a copy as well.. but I was only able to > "change" the symptom of the problem, not correct yet. > > todd > > >> To unsubscribe, e-mail: >> <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: >> <mailto:[EMAIL PROTECTED]> >> >> > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
