Re: solr.home

2011-12-26 Thread Thomas Fischer
27;/srv/solr'/./' >> SCHWERWIEGEND: java.lang.RuntimeException: Can't find resource '' in >> classpath or ''/srv/solr'/./conf/', cwd=/ >> >> After that solr is somehow started but not aware of the cores present. >> >> T

Re: solr.home

2011-12-22 Thread Shawn Heisey
olr is somehow started but not aware of the cores present. This can be solved by putting a solr.xml file into $CATALINA_HOME/conf/Catalina/localhost/ with which results in INFO: Using JNDI solr.home: /srv/solr and everything seems to run smoothely afterwards, although solr.xml is never mentione

solr.home

2011-12-21 Thread Thomas Fischer
the cores present. This can be solved by putting a solr.xml file into $CATALINA_HOME/conf/Catalina/localhost/ with which results in INFO: Using JNDI solr.home: /srv/solr and everything seems to run smoothely afterwards, although solr.xml is never mentioned. I would like to know when this changed

Re: Multiple Solr-instance share same solr.home

2009-04-19 Thread Otis Gospodnetic
> Subject: Re: Multiple Solr-instance share same solr.home > > Both Solr instances will be writing to separate indexes, but can they > share the same solr.home? So, here is what I want, > > 1) solr.home = solr/multicore > 2) There is a single solr.xml under multicore director

Re: Multiple Solr-instance share same solr.home

2009-04-19 Thread Ryan McKinley
as long as you make sure there are never two applications writing to the same index, you *should* be ok. But tread carefully... On Apr 19, 2009, at 3:28 PM, vivek sar wrote: Both Solr instances will be writing to separate indexes, but can they share the same solr.home? So, here is what I

Re: Multiple Solr-instance share same solr.home

2009-04-19 Thread vivek sar
Both Solr instances will be writing to separate indexes, but can they share the same solr.home? So, here is what I want, 1) solr.home = solr/multicore 2) There is a single solr.xml under multicore directory 3) Each instance would use the same solr.xml, which will have entries for multiple cores 4

Re: Multiple Solr-instance share same solr.home

2009-04-19 Thread Otis Gospodnetic
> Subject: Multiple Solr-instance share same solr.home > > Hi, > > Is it possible to have two solr instances share the same solr.home? > I've two Solr instances running on the same box and I was wondering if > I can configure them to have the same solr.home. I tried it, b

Multiple Solr-instance share same solr.home

2009-04-19 Thread vivek sar
Hi, Is it possible to have two solr instances share the same solr.home? I've two Solr instances running on the same box and I was wondering if I can configure them to have the same solr.home. I tried it, but looks like the second instance overwrites the first one's value in the sol

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

Re: New Feature: ${solr.home}/lib/ dir for "plugins"

2006-11-15 Thread Mike Austin
Very nice. This will help me also. I will try this out and let you know how it goes. (Windows XP with a custom request handler and some other custom classes)

Re: New Feature: ${solr.home}/lib/ dir for "plugins"

2006-11-14 Thread David Halsted
Extremely cool. This is going to be a big help for some things I'm working on and I'm sure for others. Many thanks!! On 11/14/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: Hey folks, I just wanted to let you all know about a new feature just committed yesterday (now available in the solr-200

New Feature: ${solr.home}/lib/ dir for "plugins"

2006-11-14 Thread Chris Hostetter
Hey folks, I just wanted to let you all know about a new feature just committed yesterday (now available in the solr-2006-11-15 nightly build). While Solr has always had some really handy hooks for loading your own code to do analysis, request handlers, output writers, field types, cache implemen