Hi Gudmundar,

The class loading scheme that separates the class loader
used by web applications from the class loader used by the
server is not a feature in Tomcat 3.2.1  It is a new feature
in Tomcat 3.3 Milestone 1 and an old feature in Tomcat 4.x.
AFAIK, you can not add different XML parsers to Tomcat 3.2.1,
you can only replace the XML parser used by Tomcat 3.2.1 with
a different compatible one, such as Xerces.

Cheers,
Larry

> -----Original Message-----
> From: Gudmundur Hafsteinsson [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 20, 2001 11:58 AM
> To: Tomcat-Dev (E-mail)
> Subject: Separate Classloaders in TC3.2.1
> 
> 
> I remember someone (Costin?) talking recently
> about the possibility to start Tomcat 3.2.1 with
> a separate classloader for the servlet engine and
> each webapp, eliminating the possibility of version
> collision of class files between the webapp and
> the servlet engine (e.g. SAX and DOM classes).
> 
> Now I have two questions:
> - How is this done?
> - (And this is why I'm not sending this to the
>   user list) Why isn't this documented or at least
>   included as an example in the distribution?
> Maybe I'm blind, but I can't find it anywhere!
> 
> If this feature is not tested enough, I'm willing
> to participate in it, or if any coding is needed.
> I can't believe this isn't bothering anyone else.
> 
> Regards,
> Gummi Haf
> 
> ------------------------------------------------
> Gudmundur Hafsteinsson   [EMAIL PROTECTED]
> Dimon Software      http://www.dimonsoftware.com
> 

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

Reply via email to