Re: solr.home via getServletContext().getInitParameter("solr.home")

2007-12-15 Thread Ryan McKinley
can't you use JNDI? check the "Multiple Solr Webapps" under each of the config docs: http://wiki.apache.org/solr/SolrInstall#head-81dba7a28315ed9d2d76c49c162e3ad380827dbd Ravish Bhagdev wrote: But how do I maintain multiple copies of solr on same machine. For instance if I have two webapps u

Re: solr.home via getServletContext().getInitParameter("solr.home")

2007-12-15 Thread Ravish Bhagdev
But how do I maintain multiple copies of solr on same machine. For instance if I have two webapps using two independent solr indexes? Thanks, R On Dec 14, 2007 11:04 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : Recently, I had to set up a Jetty with multiple Solr homes (not > multi-core

Re: solr.home via getServletContext().getInitParameter("solr.home")

2007-12-14 Thread Chris Hostetter
: Recently, I had to set up a Jetty with multiple Solr homes (not multi-core). I used JNDI with Jetty 6.1.6 to get this going. : Then Matt Kangas' note from July 2007 caught my attention: ... : : : ... : Is there a reason why this was not done? because context params ca

solr.home via getServletContext().getInitParameter("solr.home")

2007-12-10 Thread Otis Gospodnetic
Hi, Recently, I had to set up a Jetty with multiple Solr homes (not multi-core). I used JNDI with Jetty 6.1.6 to get this going. Then Matt Kangas' note from July 2007 caught my attention: solr/home ./solr_users java.lang.String Is there a reason why this was not