Upgrading xerces.jar

2002-07-31 Thread Chris Ruegger
What do people do when they want to upgrade their version of xerces.jar? Looks like I can just put the latest version in $CATALINA_HOME/common/lib. If I put it in the WEB-INF/lib of my webapp, will that override Tomcat's default Xerces JAR file? Also, is there a way to find out the version of

RE: Upgrading xerces.jar

2002-07-31 Thread Shapira, Yoav
Hi, I'll go from back to front: Also, is there a way to find out the version of xerces given a JAR file? Look at the manifest, if present. If not, look at the compilation dates of the files inside the JAR and compare with compilation dates inside JARs of known versions. So this isn't always