Re: solr.home

2011-12-26 Thread Thomas Fischer
Hi Shawn, thanks for looking into this. I am using a start-up script for Tomcat, and in that script there was actually the line export JAVA_OPTS="$JAVA_OPTS -Dsolr.solr.home='/srv/solr'" which most likely created the problem. With export JAVA_OPTS="$JAVA_OPTS -Dsolr.solr.home=/srv/solr" I get

Re: solr.home

2011-12-22 Thread Shawn Heisey
On 12/21/2011 4:13 AM, Thomas Fischer wrote: I'm trying to move forward with my solr system from 1.4 to 3.5 and ran into some problems with solr home. Is this a known problem? My solr 1.4 gives me the following messages (amongst many many others…) in catalina.out: INFO: No /solr/home in JNDI

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