Posted By:
Jukka_Koivusalo
Posted On:
Thursday, January 17, 2002 04:01 AM
Is there a way to configure Tomcat 4 in JBuilder so, that classes are loaded by the shared classloader instead of the loaders managing webapps?
I have two webapps which dispatch requests to each other passing objects as request's attributes. Now I get ClassCastException because both webapps load the object's class with their own loaders.
Please tell me, that there is some way around this...