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
: 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
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
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
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:
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
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
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
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.