> 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 possible?

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
installation for one rather poorly-behaved app that insists on using its
own version of Xerces, but it's not application-specific as other
webapps on the same instance would see the same version.

                - Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to