On Jun 17, 2009, at 1:48 PM, Rick Mann wrote:

> If I download/build a separate Hessian library and drop it into my  
> WEB-
> INF/lib directory, will it get used instead of the one built-in to
> Resin?

No, you need to put the replacement in the CLASSPATH (so it's loaded  
before the resin.jar).

In Java, the parent classloaders have priority (that order is needed  
because of class cast issues.)  So any hessian in WEB-INF/lib would be  
ignored.

-- Scott

>
>
> TIA,
> -- 
> Rick
>
>
>
> _______________________________________________
> 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

Reply via email to