that is container specific. Or someone can point me out to a specific servlet spec that i am missing?

I think for example that i can fix this loading of things under tomcat.
Because in tomcat i know how i can override the web app classloader (i can only do that if i have full control over tomcat)
But with others...

If you search the web by the way with classloading / oscar / objectinputstream
you do find many more people with the same quiestions.
A lot of eclipse plugins for example. But eclipse has as far as i can read some kind of override mechanism for the
objectinputstream so that you can specify classloaders..

johan

Marcel Offermans wrote:
On Tuesday 16 August 2005 12:26, Johan Compagner wrote:

How would you do that exactly?

creating a base class, that can be found by the web app classloader, and
extend that one with classes that can only be found by the oscar loader
will not help i think. Because i think it first needs to have the real class
and then it loads the base classes (because this is specified in the real class)

Hmm, you might be right there. :)

I'm not a web application expert, but can't you change the way the serialization of these sessions works?

Greetings, Marcel

Reply via email to