Re: Configuring multiple SOLR apps to play nice with MBeans / JMX

2010-03-24 Thread Constantijn Visinescu
Don't know about other servlet containers, but i can confirm Resin 3 breaks if you try to load 2 completely independent webapps into it that both use solr with jmx enabled. I also had a similar issue with Blaze DS (library for flash remoting that I'm using to power the UI for my webapp), but

Re: Configuring multiple SOLR apps to play nice with MBeans / JMX

2010-03-24 Thread Constantijn Visinescu
it would probably be pretty trivial to add if you want to take a stab at a patch for it. -Hoss *stab* https://issues.apache.org/jira/browse/SOLR-1843 :)

Configuring multiple SOLR apps to play nice with MBeans / JMX

2010-03-23 Thread Constantijn Visinescu
Hi, I'm having a problem trying to get multiple solr applications to run in the same servlet container because they all try to claim solr as a name/category to put their mbeans under and that causes exceptions/crashes for all the applications after the first. I've read

Re: Configuring multiple SOLR apps to play nice with MBeans / JMX

2010-03-23 Thread Charl Mert
Hi Constantijn, I'm not too sure about the JMX monitoring side of things but having looked at the Solr's MultiCore http://wiki.apache.org/solr/CoreAdmin feature it seems really simple to create multiple solr cores that could all be configured to point to one MBean server. When creating a core

Re: Configuring multiple SOLR apps to play nice with MBeans / JMX

2010-03-23 Thread Otis Gospodnetic
: Constantijn Visinescu baeli...@gmail.com To: solr-user@lucene.apache.org Sent: Tue, March 23, 2010 8:42:30 AM Subject: Re: Configuring multiple SOLR apps to play nice with MBeans / JMX Hi, Multicore lets me have me have multiple cores in a single instance. However since i have 3 different

Re: Configuring multiple SOLR apps to play nice with MBeans / JMX

2010-03-23 Thread Chris Hostetter
: I'm having a problem trying to get multiple solr applications to run in the : same servlet container because they all try to claim solr as a Hmmm... i think you're in new territory here. I don't know that anyone has ever mentioned doing this before. Honestly: I thought the hierarchical