Re: solr/home property seting

2011-05-18 Thread Grijesh
Why you have putted your solr home inside the Tomcat's webapps directory. This is not the correct way.Put your Solr home somewhere other place outside the servlet container and set your solr/home path accordingly as solr/home /opt/solr/home java.lang.String - Th

Re: solr/home in web.xml relative to web server home

2009-08-07 Thread Chris Hostetter
: the environment variable (env-entry) in web.xml to configure the solr/home is : relative to the web server's working directory. I find this unusual as all the : servlet paths are relative to the web applications directory (webapp context, : that is). So, I specified solr/home relative to the web

Re: solr/home in web.xml relative to web server home

2009-07-29 Thread Shalin Shekhar Mangar
On Wed, Jul 29, 2009 at 2:42 PM, Chantal Ackermann < chantal.ackerm...@btelligent.de> wrote: > Hi all, > > the environment variable (env-entry) in web.xml to configure the solr/home > is relative to the web server's working directory. I find this unusual as > all the servlet paths are relative to

Re: Solr Home on Linux JBoss ignored

2009-06-05 Thread Matt Weber
Check the dataDir setting in solrconfig.xml. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On Jun 5, 2009, at 6:03 AM, Dean Pullen wrote: I lied, it's actually saving data to: /usr/local/jboss-portal-2.7.1.GA/bin/C:\home\jboss\solr\data Which is a tad crazy! And I h

RE: Solr Home on Linux JBoss ignored

2009-06-05 Thread Dean Pullen
I lied, it's actually saving data to: /usr/local/jboss-portal-2.7.1.GA/bin/C:\home\jboss\solr\data Which is a tad crazy! And I have no idea why! Dean. -Original Message- From: Dean Pullen [mailto:dean.pul...@msp-uk.com] Sent: 05 June 2009 09:47 To: solr-user@lucene.apache.org Subject:

Re: solr/home

2007-10-01 Thread yo_keller
I suppose you've solved this problem already. I just ran into it. And solving it took the following steps: -putting in the directory \Tomcat 5.5\conf\Catalina\localhost a proper solr.xml file, much like the one you have, containing only the text - modifying the solrconfig.xml , and this w

Re: solr/home

2007-09-06 Thread Erik Hatcher
Matt - hey! In your Solr console, which of these three messages do you see? * log.info("JNDI not configured for Solr (NoInitialContextEx)"); * log.info("No /solr/home in JNDI"); * log.warning("Odd RuntimeException while testing for JNDI: " + ex.getM

Re: solr/home

2007-09-06 Thread Matt Mitchell
Here you go: crossContext="true" > This is the same file I'm putting into the Tomcat manager "XML Configuration file URL" form input. Matt On Sep 6, 2007, at 3:25 PM, Tom Hill wrote: It works for me. (fragments with solr 1.2 on tomcat 5.5.20) Could you post your fragment file? Tom

Re: solr/home

2007-09-06 Thread Tom Hill
It works for me. (fragments with solr 1.2 on tomcat 5.5.20) Could you post your fragment file? Tom On 9/6/07, Matt Mitchell <[EMAIL PROTECTED]> wrote: > Hi, > > I recently upgraded to Solr 1.2. I've set it up through Tomcat using > context fragment files. I deploy using the tomcat web manager.