On 20/08/07, Jay Booth <[EMAIL PROTECTED]> wrote: > > 2) Run 4 copies of the webapp inside a single appserver instance and > configure each home separately with JNDI - haven't tried this yet, does > that work? > > 3) Extend solr to handle multiple indices
Unless you have a compelling reason to use multiple solr cores (as implemented in SOLR-215), you should probably stick with 2) and run seperate instances of Solr within a single servlet container. This is the most common and simplest method of supporting multiple solr instances and you can find plenty of documentation in the wiki about configuring Tomcat, Jetty, Resin and JBoss with multiple solr instances: http://wiki.apache.org/solr/SolrInstall cheers, PIete