logo       

Re: [jruby-user] Multiple applications on tomcat problem: msg#00165

lang.jruby.user

Subject: Re: [jruby-user] Multiple applications on tomcat problem

Also do you just have one jruby.jar (e.g. in $CATALINA_HOME/common/lib)?

That would explain the behavior you describe. The default JRuby
ClassLoader is created with the context class loader as its parent.
In a Servlet environment that will be the webapp ClassLoader. If
there is just one instance of org.jruby.Ruby application server-wide,
the first webapp to use JRuby will get its ClassLoader set as that
parent and the others will be left out in the cold.

Pete

On Nov 19, 2007 8:05 PM, Charles Oliver Nutter <charles.nutter@xxxxxxx> wrote:
>
> Can you tell us a bit more about the app in question?
>
> - Charlie
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
> http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise