Re: Instructions for Multiple Server Webapps Configuring with JNDI

2011-10-18 Thread Shawn Heisey
On 10/18/2011 6:59 AM, Tod wrote: One more question, is there a particular advantage of multiple solr instances vs. multiple solr cores? One way of doing multiple instances is running more than one copy of your container (tomcat/jetty/whatever). I've never tried to put more than one .war fil

Re: Instructions for Multiple Server Webapps Configuring with JNDI

2011-10-18 Thread Tod
On 10/14/2011 2:44 PM, Chris Hostetter wrote: : modified the solr/home accordingly. I have an empty directory under : tomcat/webapps named after the solr home directory in the context fragment. if that empty directory has the same base name as your context fragment (ie: "tomcat/webapps/solr0"

Re: Instructions for Multiple Server Webapps Configuring with JNDI

2011-10-14 Thread Chris Hostetter
: modified the solr/home accordingly. I have an empty directory under : tomcat/webapps named after the solr home directory in the context fragment. if that empty directory has the same base name as your context fragment (ie: "tomcat/webapps/solr0" and "solr0.xml") that may give you problems ..