I hope you don't mind me answering your e-mail
to the list, I think this deserves some discussion.

This is exactly what we've been doing, but it
requires fiddling with the libs of the servlet
engine, something I don't want to do!
I want to be able to separate the libs of the servlet
engine from the libs of my web-app, is it possible?

The whole idea behind web-apps collapses if the
deployer needs to do some exercises with the
jars of the servlet engine!

Gummi Haf

> From: Jim Rudnicki [mailto:[EMAIL PROTECTED]]
> 
> You can do it, but it requires great care.
> 
> The answer is to separate out the XML jars.  Notably, open 
> tomcats jar's and
> remove the old org.w3c interfaces.  Place the newer org.w3c stuff in a
> separate jar in the tomcat lib folder.
> 
> The above will do what you asked because the new interfaces 
> are backwards
> compatible (almost beware Xerces 1.3.2).  Similar problems 
> exist and are
> solved the same way.  For example, the Xerces distribution 
> from Enhydra
> contains their copy of the sun.jaxp classes.  I had to open 
> their jar, strip
> out sun.jaxp, and org.w3c and rejar the seperate parts.  Now 
> with three
> jars: EnXerces.jar, EnW3c.jar, and EnJaxp.jar you can mix and match.
> 
> good luck, you'll need it
> 
> Jim

Reply via email to