Or use the JNDI approach that's described on the Wiki. I've used it with Jetty and it works nicely. Multiple webapp contexts, multiple Solr indices, but a single JVM.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- From: Yonik Seeley <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, March 27, 2008 4:31:06 PM Subject: Re: Multiple schemas? On Thu, Mar 27, 2008 at 3:47 PM, tim robertson <[EMAIL PROTECTED]> wrote: > Would I be correct in thinking that for each schema I want, I need a new > SOLR instance running? For different search collections, it's generally best to run a separate Solr instance. If you need to run multiple in the same servlet container, or need automated creation of collections, the multicore feature might be what you are looking for. -Yonik