Pierre-Yves LANDRON wrote:
Hello,
I've got this dumb problem. I've tried to browse the mailing list archive, but there are way too much messages (btw, is there a way to "fullsearch" the archives ?)...
try:
http://www.nabble.com/Solr-f14479.html
I'm trying to deploy several solr instance on my linux server, following the
solr wiki instruction : I've created TWO context fragment files (solr1.xml
solr2.xml), each one pointing on a different solr directory ( and ) and the
same solr.war ( and ) to have it working fine. I would prefer to have only one
instance of solr.war, as specified in the solr wiki (
http://wiki.apache.org/solr/SolrTomcat#head-024d7e11209030f1dbcac9974e55106abae837ac
).
With resin, I have one .war that is exploded for multiple web-apps.
This works fine -- i have not tried with tomcat.
ryan