Re: configure solr kerberos with tomcat

2016-10-09 Thread Shawn Heisey
On 10/9/2016 2:14 AM, 李爽 wrote: > i wonder how to configre solr kerberos with tomcat, as in the tutorial > it shows the configuration procedure with default jetty server: > https://cwiki.apache.org/confluence/display/solr/Kerberos+Authentication+Plugin Since 5.0, Solr no longer officially supports

Re: Configure Solr to use http proxy for querying shards?

2013-10-02 Thread Dan Bolser
In answer to my own question (with help from steffkes in IRC): Solr doesn't allow for proxy configuration, however, you can configure the proxy used by the JVM, and Solr uses the 'SystemDefaultHttpClient', i.e. java -jar start.jar\ -Dhttp.proxyHost=our.proxy.boxy -Dhttp.proxyPort=8080 Cheers,

RE: configure solr

2009-11-30 Thread Jill Han
I got it running. -Dsolr.solr.home=c:\web\solr is needed. Thanks all for the help, Jill -Original Message- From: dipti khullar [mailto:dipti.khul...@gmail.com] Sent: Thursday, November 26, 2009 11:01 AM To: solr-user@lucene.apache.org Subject: Re: configure solr X-HOSTLOC: alverno.edu

Re: configure solr

2009-11-26 Thread dipti khullar
Hi 1. Issue with jetty: When you start the jetty server by running start.jar, just look at the logs to verify whether jetty has started successfully or not. At times, the port you are using to start jetty(in your case 8983) could be used by some other apps, which can cause issues in start up. 2.

Re: configure solr

2009-11-24 Thread Joel Nylund
for #1, under example, is there a webapps folder, does it contain solr.war ? are there any errors in your startup log for jetty, does it say anything about setting up solr, and solr home etc. Joel On Nov 24, 2009, at 4:55 PM, Jill Han wrote: Hi, I just downloaded solr -1.4.0 to my compute

Re: configure solr

2009-11-24 Thread Erick Erickson
For the second question, do the instructions here help? http://wiki.apache.org/solr/SolrTomcat I suspect your SOLR instance doesn't know where to find the SOLR config files. So a severe error, indeed. It can't find them at all . WARNING: I'm *really* not a tomcat expert, and the instructions at t

Re: Configure solr on tomcat with different indexes

2008-01-06 Thread Laxmilal Menaria
Thanks Hoss, I have specified the solr/home = c:\web\solr1, and now have updated the at solrconfig.xml and got results. LM On 1/6/08, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > > : I have tried with solr1.xml and add a solr/home in that, but after that > its > : not showing any results, bec

Re: Configure solr on tomcat with different indexes

2008-01-06 Thread Chris Hostetter
: I have tried with solr1.xml and add a solr/home in that, but after that its : not showing any results, because its search by default in : Tomcat\solr\data\index. If i'm understanding you: you've got a tomcat context file named solr1.xml, and in it you specify a JNDI value for "solr/home" ... w

Re: Configure solr on tomcat with different indexes

2008-01-03 Thread Laxmilal Menaria
I have tried with solr1.xml and add a solr/home in that, but after that its not showing any results, because its search by default in Tomcat\solr\data\index. LM On 1/4/08, Ryan McKinley <[EMAIL PROTECTED]> wrote: > > > http://wiki.apache.org/solr/SolrTomcat#head-024d7e11209030f1dbcac9974e55106aba

Re: Configure solr on tomcat with different indexes

2008-01-03 Thread Ryan McKinley
http://wiki.apache.org/solr/SolrTomcat#head-024d7e11209030f1dbcac9974e55106abae837ac using different values for solr home should give you new indexes for each. ryan Laxmilal Menaria wrote: Hello, I have configured solr with tomcat for multiple webapp. This configuration use common index, so n