|
Re: [jruby-user] Multiple applications on tomcat problem: msg#00165lang.jruby.user
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> |
|---|---|---|
| Previous by Date: | Re: [jruby-user] Multiple applications on tomcat problem: 00165, Charles Oliver Nutter |
|---|---|
| Next by Date: | Re: [jruby-user] Business-logic tier - "enterprise" integration: 00165, Alexey Verkhovsky |
| Previous by Thread: | Re: [jruby-user] Multiple applications on tomcat problemi: 00165, Charles Oliver Nutter |
| Next by Thread: | Re: [jruby-user] Multiple applications on tomcat problem: 00165, Paweł Wielgus |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |