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
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"
: 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
..
I'm following the instructions here:
http://wiki.apache.org/solr/SolrTomcat#Installing_Solr_instances_under_Tomcat
...under the heading "Multiple Solr Webapps".
I have configured the context fragment as instructed, placed the
apache-solr-3.4.0.war in the directory pointed to by the docBase
va