On 04/24/2011 05:14 PM, Edvin Syse wrote: > Hi, > > I see that the JavaSessionDeserializer has a constructor that takes a > ClassLoader: > > http://caucho.com/resin-4.0-javadoc/com/caucho/server/session/JavaSessionDeserializer.html > > .. but I can't figure out how to configure this in resin.xml. It seems I can > override SessionManager#createSessionDeserializer(InputStream), but I don't > know how to configure the sessionmanager either. Any help would be greatly > appreciated :)
I'm not sure why you would want to. The purpose of the classloader argument is so the deserializer will deserialize in the web-app's context. (An issue that just got fixed in 4.0.16.) That shouldn't be something that an application would need to change. -- Scott > Sincerely, > Edvin Syse > > > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
