RE: different versions of libraries

2005-03-23 Thread Peter Crowther
From: Andreas Andersson [mailto:[EMAIL PROTECTED] I need to use a really new version of xalan/xerces in one of my applications. Where should I put the .jars to make application specific? The only place where it can be application-specific is in the webapp's WEB-INF/lib. Is it even

Re: different versions of libraries

2005-03-23 Thread Andreas Andersson
Peter Crowther wrote: Depends on your version of Tomcat - which version are you using? I've placed them in WEB-INF/lib (apparently successfully - certainly good enough for the app) under Tomcat 5.0.28. For Tomcat 4, I have a separate installation with some new versions dropped in. I use this

Re: different versions of libraries

2005-03-23 Thread David Smith
WEB-INF/lib of the app you need it in. That's the simple answer. For a complete answer, read: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html and the servlet spec --David Andreas Andersson wrote: Hi! I need to use a really new version of xalan/xerces in one of my