Re: Solr setup issue with Amazon EC2

2019-05-21 Thread Jörn Franke
You have to look into solr.log - it will give you the exact error message > Am 21.05.2019 um 13:22 schrieb vivek solanki : > > Hi Team, > > This is regarding your tutorial > https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html. > > I have followed all the steps mentioned in tut

Solr setup issue with Amazon EC2

2019-05-21 Thread vivek solanki
Hi Team, This is regarding your tutorial https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html. I have followed all the steps mentioned in tutorials. In my case I have only one machine, so there is only solr-node. After starting solr with command: bin/solr start -c -p 8983 -h solr-

Re: Solr Setup using NRT and PULL replicas

2018-12-02 Thread Daniel Carrasco
Thanks for all the info, We're trying some things to find the way to make it more stable, becuase we're getting into troubles with the cluster. This weekend we've got three downtimes in a few hours because some nodes of the cluster loose their connection a bit during an import (we don't know why),

Re: Solr Setup using NRT and PULL replicas

2018-12-02 Thread Edward Ribeiro
To mix NRT and TLOG/PULL replicas is not recommended. It is all NRT nodes or TLOG nodes mixed (or not) with PULL replicas. As you know, all PULL replicas is not possible. According to the talk below, one of the reasons is that if you have NRT mixed with TLOG and PULL replicas then a leadership cha

Solr Setup using NRT and PULL replicas

2018-11-30 Thread Daniel Carrasco
Hello, We've a cluster consisting in 7 to 10 NRT nodes serving data to a webpage (products, categories,...), but every time a leader node fails importing data (connection lost, broken pipe...), the entire cluster goes to recovering mode and then is not working for about 15-30 minutes. That's a lot

Re: Drive Change for existing Solr Setup

2018-06-27 Thread Shawn Heisey
On 6/27/2018 4:13 AM, Srinivas Muppu (US) wrote: Below are the high level Installation steps used for ZK and Solr setup in Windows* D:\ drive*. Could you please go through once and suggest possible solution/steps needs to be done for the setup moving to the E:\ Drive(New drive) without any

Re: Drive Change for existing Solr Setup

2018-06-27 Thread Srinivas Muppu (US)
Hi Shawn, Thanks for the response. Below are the high level Installation steps used for ZK and Solr setup in Windows* D:\ drive*. Could you please go through once and suggest possible solution/steps needs to be done for the setup moving to the E:\ Drive(New drive) without any impacting to the

Re: Drive Change for existing Solr Setup

2018-06-25 Thread Shawn Heisey
On 6/25/2018 1:41 AM, Srinivas Muppu (US) wrote: Is there any possible solution/steps for the moving solr installation setup from 'E' drive to 'D'-Drive (New Drive) without any impact to the existing application(it should not create re indexing again) You started a previous thread on this topic

Drive Change for existing Solr Setup

2018-06-25 Thread Srinivas Muppu (US)
Hi Solr Team, After subscription done with the *solr-user@lucene.apache.org * sending below issue details again to the Solr Mailing list. Please help us as earliest. As part of Solr project installation setup and instances(including clustered solr, zk services and indexing jobs scheduler services

Re: Drive Change for Solr Setup

2018-06-21 Thread Rahul Singh
If it’s windows it may be using a tool called NSSM to manage the solr service. Look at windows services and task scheduler and understand if solr services are being managed by windows via services or the task scheduler — or just .batch files. Rahul On Jun 20, 2018, 11:34 AM -0400, Shawn Heisey

Re: Drive Change for Solr Setup

2018-06-20 Thread Shawn Heisey
On 6/20/2018 5:03 AM, Srinivas Muppu (US) wrote: Hi Solr Team,My Solr project installation setup and instances(including clustered solr, zk services and indexing jobs schedulers) is available in Windows 'E:\ ' drive in production environment. As business needs to remove the E:\ drive, going forwa

Drive Change for Solr Setup

2018-06-20 Thread Srinivas Muppu (US)
Hi Solr Team,My Solr project installation setup and instances(including clustered solr, zk services and indexing jobs schedulers) is available in Windows 'E:\ ' drive in production environment. As business needs to remove the E:\ drive, going forward D:\ drive will be used and operational.Is ther

Re: Replication in Master Slave Solr setup

2018-03-19 Thread Erick Erickson
10:06 PM, Shawn Heisey wrote: > On 3/17/2018 8:06 PM, vracks wrote: >> >> Basic Questions about the Replication in Master Slave Solr Setup. >> >> 1) Can Master push the changes to Slaves using the replication handler > > > Replication is always pull -- the slav

Re: Replication in Master Slave Solr setup

2018-03-18 Thread Shawn Heisey
On 3/17/2018 8:06 PM, vracks wrote: Basic Questions about the Replication in Master Slave Solr Setup. 1) Can Master push the changes to Slaves using the replication handler Replication is always pull -- the slave asks the master if there's anything to copy. 2) If the Answer to the

Replication in Master Slave Solr setup

2018-03-17 Thread vracks
Basic Questions about the Replication in Master Slave Solr Setup. 1) Can Master push the changes to Slaves using the replication handler 2) If the Answer to the above question is no, then what is use of having the option of replicateAfter in the replicationHandler, since only the Slave is going

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Shawn Heisey
On 5/9/2017 6:01 AM, Venkateswarlu Bommineni wrote: > But I don't see replication factor is increased in Solr, It's still > showing as 2 after adding third also. The replicationFactor parameter is ONLY used at collection creation. It has zero purpose after that ... unless you have indexes in HDF

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Venkateswarlu Bommineni
Cool.. Thanks, Shawn. It's worked. But I don't see replication factor is increased in Solr, It's still showing as 2 after adding third also. Thanks, Venkat. On Tue, May 9, 2017 at 5:17 PM, Shawn Heisey wrote: > On 5/9/2017 5:31 AM, Venkateswarlu Bommineni wrote: > > As you mentioned in para

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Shawn Heisey
On 5/9/2017 5:31 AM, Venkateswarlu Bommineni wrote: > As you mentioned in para2, I have created a new node and started using > below command but I could not get any option to name a node. > > as the name of the node is required for addingreplica to existing solrcloud. > > Could you please help me w

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Venkateswarlu Bommineni
. On Tue, May 2, 2017 at 6:02 PM, Shawn Heisey wrote: > On 5/2/2017 4:24 AM, Venkateswarlu Bommineni wrote: > > We have Solr setup with below configuration. > > > > 1) 1 collection with one shard > > 2) 4 Solr Nodes > > 2) and replication factor 4 with

Re: Add new Solr Node to existing Solr setup

2017-05-02 Thread Erick Erickson
r/ Best, Erick On Tue, May 2, 2017 at 5:32 AM, Shawn Heisey wrote: > On 5/2/2017 4:24 AM, Venkateswarlu Bommineni wrote: >> We have Solr setup with below configuration. >> >> 1) 1 collection with one shard >> 2) 4 Solr Nodes >> 2) and replication factor 4 wit

Re: Add new Solr Node to existing Solr setup

2017-05-02 Thread Shawn Heisey
On 5/2/2017 4:24 AM, Venkateswarlu Bommineni wrote: > We have Solr setup with below configuration. > > 1) 1 collection with one shard > 2) 4 Solr Nodes > 2) and replication factor 4 with one replication to each Solr Node. > > as of now, it's working fine.But going

Add new Solr Node to existing Solr setup

2017-05-02 Thread Venkateswarlu Bommineni
Hello Team, We have Solr setup with below configuration. 1) 1 collection with one shard 2) 4 Solr Nodes 2) and replication factor 4 with one replication to each Solr Node. as of now, it's working fine.But going forward it Size may reach high and we would need to add new Node. Could you

Re: Group.Facet issue in Sharded Solr Setup

2014-02-11 Thread rks_lucene
Quick follow up on my question below and if anyone is using Group.facets in a sharded solr setup ? Based on further testing, the group.facets counts dont seem reliable at all for lesser popular items in the facet list. -- View this message in context: http://lucene.472066.n3.nabble.com/Group

Group.Facet issue in Sharded Solr Setup

2014-02-07 Thread rks_lucene
e.472066.n3.nabble.com/Group-Facet-issue-in-Sharded-Solr-Setup-tp4116077.html Sent from the Solr - User mailing list archive at Nabble.com.

SOLR Setup in Websphere

2013-08-13 Thread Thirukumaran - Mariappan
Hi, I recently tried setting up Solr in Tomcat. It works well without issues. I tried setting up SOLR 3.6.2 in Websphere 7.0.0.25 by deploying the solr war available in the dist folder. But after starting the solr instance in WAS, unable to view the Solr home page. It throws JSP processing error

Re: Planning of future Solr setup

2012-05-24 Thread Otis Gospodnetic
: Christian von Wendt-Jensen >To: "solr-user@lucene.apache.org" >Sent: Wednesday, May 23, 2012 6:59 AM >Subject: Planning of future Solr setup > >Hi, > >I'm in the middle of planning a new Solr setup. The situation is this: >- We currently have one document t

Planning of future Solr setup

2012-05-23 Thread Christian von Wendt-Jensen
Hi, I'm in the middle of planning a new Solr setup. The situation is this: - We currently have one document type with around 20 fields, indexed, not stored, except for a few date fields - We currently have indexed 400M documents across 20+ shards. - The number of documents to be index

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-19 Thread Otis Gospodnetic
Hi Daniel, - Original Message - > From: Daniel Bruegge > To: solr-user@lucene.apache.org; Otis Gospodnetic > Cc: > Sent: Thursday, January 19, 2012 5:49 AM > Subject: Re: How can a distributed Solr setup scale to TB-data, if URL > limitations are 4000 for distri

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-19 Thread Daniel Bruegge
gs. But I haven't found the perfect settings up to now. Thanks. Daniel > > Otis > > Performance Monitoring SaaS for Solr - > http://sematext.com/spm/solr-performance-monitoring/index.html > > > > >On Thu, Jan 19, 2012 at 12:14 AM, Mark Miller > wrote:

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Otis Gospodnetic
Hi Daniel, > > From: Daniel Bruegge >Subject: Re: How can a distributed Solr setup scale to TB-data, if URL >limitations are 4000 for distributed shard search? > >But you can read so often about huge solr clusters and I am wondering how >th

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Darren Govoni
Try changing the URI/HTTP/GET size limitation on your app server. On 01/18/2012 05:59 PM, Daniel Bruegge wrote: Hi, I am just wondering how I can 'grow' a distributed Solr setup to an index size of a couple of terabytes, when one of the distributed Solr limitations is max. 4000 cha

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Daniel Bruegge
totally wrong track? Daniel On Thu, Jan 19, 2012 at 12:14 AM, Mark Miller wrote: > You can raise the limit to a point. > > On Jan 18, 2012, at 5:59 PM, Daniel Bruegge wrote: > > > Hi, > > > > I am just wondering how I can 'grow' a distributed Solr setup to an

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Mark Miller
You can raise the limit to a point. On Jan 18, 2012, at 5:59 PM, Daniel Bruegge wrote: > Hi, > > I am just wondering how I can 'grow' a distributed Solr setup to an index > size of a couple of terabytes, when one of the distributed Solr limitations > is max. 4000 cha

How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Daniel Bruegge
Hi, I am just wondering how I can 'grow' a distributed Solr setup to an index size of a couple of terabytes, when one of the distributed Solr limitations is max. 4000 characters in URI limitation. See: *The number of shards is limited by number of characters allowed for GET > metho

Re: Auto-scaling solr setup

2011-11-15 Thread jwang
An option is to wrap your Solr slave in a beanstalk and have it take care of the auto-scaling. -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-scaling-solr-setup-tp3029913p3511140.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto-scaling solr setup

2011-06-06 Thread Akshay
med up cache. > >For this I need to know a way I can check if the initial replication > has > > completed. and also a way of warming up the cache post this. > > > > I can think of doing this via .. a shellscript/awk(checking times > > replicated/index size)

Re: Auto-scaling solr setup

2011-06-06 Thread Erick Erickson
I need to know a way I can check if the initial replication has > completed. and also a way of warming up the cache post this. > > I can think of doing this via .. a shellscript/awk(checking times > replicated/index size) ... is there a cleaner way ? > > Also on the side note .. a

Auto-scaling solr setup

2011-06-06 Thread Akshay
up their scalable solr setup on cloud(AWS mainly) would be helpful. Regards, Akshay

Re: Different Cluster Results on Different Servers, with same SOLR setup

2011-04-25 Thread Erick Erickson
related cluster only > > I have checked all the configuration & setup. everything seems fine. i am > creating index through "DIH" > > p.s. my application & solr setup is similar on staging & production > > please suggest any solution. > > -- > Thanks, > Pawan Darira >

Different Cluster Results on Different Servers, with same SOLR setup

2011-04-25 Thread Pawan Darira
thing seems fine. i am creating index through "DIH" p.s. my application & solr setup is similar on staging & production please suggest any solution. -- Thanks, Pawan Darira

Re: [Newbie] Solr Setup

2006-10-03 Thread Yonik Seeley
On 10/3/06, Panayiotis Papadopoulos <[EMAIL PROTECTED]> wrote: but it plays on Linux so i ll focus on that... So my question now it will be if i can modify the example to server my needs ... As i said i want to index 4 tables so i ll have to run 4 instances of the same example ? Starting 4 Jettys

Re: [Newbie] Solr Setup

2006-10-03 Thread Panayiotis Papadopoulos
besides the admin module that thorws an exception (i ll post it later on) when i try to visit solr or solr_p solr_r (as i have configured in context fragments) i always get 404 http://www.freemail.gr - äùñåÜí õðçñåóßá çëåêôñïí

Re: [Newbie] Solr Setup

2006-10-03 Thread Joachim Martin
If you have deployed solr as a root application, tomcat may be getting confused with the /admin/ url, thinking that it is the tomcat administration app. If you have it deployed, I would rename the /admin/ app to be /tadmin/ or something to distinguish from the solr /admin/ directory. --Joach

Re: [Newbie] Solr Setup

2006-10-03 Thread Panayiotis Papadopoulos
but it plays on Linux so i ll focus on that... So my question now it will be if i can modify the example to server my needs ... As i said i want to index 4 tables so i ll have to run 4 instances of the same example ? Starting 4 Jettys or there is any smarter way ?

Re: [Newbie] Solr Setup

2006-10-03 Thread Panayiotis Papadopoulos
It prompts for HTTP authorization asking for password for Admin Realm http://www.freemail.gr - äùñåÜí õðçñåóßá çëåêôñïíéêïý ôá÷õäñïìåßïõ. http://www.freemail.gr - free email service for the Greek-speaking.

Re: [Newbie] Solr Setup

2006-10-03 Thread Nick Snels
I have Solr with Tomcat installed on a CentOS box. I had to place the Solr map, with the bin and conf maps inside under /home/tomcat/ and chown tomcat:tomcat /home/tomcat/solr and then Tomcat can find Solr home and the errors should be gone. Kind regards, Nick On 10/3/06, WHIRLYCOTT <[EMAIL PR

Re: [Newbie] Solr Setup

2006-10-02 Thread WHIRLYCOTT
It's not asking for admin privs on your laptop. Or it shouldn't be, at least. What exactly is asking for admin rights? phil. On Oct 2, 2006, at 6:11 PM, Panayiotis Papadopoulos wrote: I ve have alreay followed the instructions for Tomcat installatin from wiki but no success but i have not

Re: [Newbie] Solr Setup

2006-10-02 Thread Yonik Seeley
On 10/2/06, Panayiotis Papadopoulos <[EMAIL PROTECTED]> wrote: I ve have alreay followed the instructions for Tomcat installatin from wiki but no success but i have not executed the self contained demo... I try to execute it but is asks from Admin authorization on my win laptop... And i cannot fi

Re: [Newbie] Solr Setup

2006-10-02 Thread Panayiotis Papadopoulos
I ve have alreay followed the instructions for Tomcat installatin from wiki but no success but i have not executed the self contained demo... I try to execute it but is asks from Admin authorization on my win laptop... And i cannot figure why it does so ? Or where should i change the user and p

Re: [Newbie] Solr Setup

2006-10-02 Thread Yonik Seeley
On 10/2/06, Panayiotis Papadopoulos <[EMAIL PROTECTED]> wrote: I have understood thas solr home is not within the webapp directory but how do i tell tomcat where is it ? As i said i tried java -Dsolr.solr.home=/wherver/solr/could/be but without success? Does anyone know how i can do it usind JNDI

Re: [Newbie] Solr Setup

2006-10-02 Thread Chris Hostetter
: Besides where should i put the schema and solconfig xmls ? Inside the : solr webapp dir or solr home ? And should i put them just in solr : directory or create a subdir solr/conf/ as yonik said, if you are new to Solr and having trouble getting setup ith Tomcat, start by trying to use the self

Re: [Newbie] Solr Setup

2006-10-02 Thread Panayiotis Papadopoulos
I have understood thas solr home is not within the webapp directory but how do i tell tomcat where is it ? As i said i tried java -Dsolr.solr.home=/wherver/solr/could/be but without success? Does anyone know how i can do it usind JNDI or somehting else ? Besides where should i put the schema an

Re: [Newbie] Solr Setup

2006-10-02 Thread Yonik Seeley
On 10/2/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: Most likely you are seeing a failure of Solr to find the solr home (and the associated solrconfig.xml and schema.xml files). To clarify, the solr home is *not* where the solr webapp is. It's where the solr index and solr config files live. If

Re: [Newbie] Solr Setup

2006-10-02 Thread Yonik Seeley
On 10/2/06, Panayiotis Papadopoulos <[EMAIL PROTECTED]> wrote: Hi everyone, i just discovered Solr and tried to setup today but without any success altough i read many of previous posts in the mailing list... I did what i was supposed to do namely: * Install jdk 1.5 (on ubuntu) * Install tomcat *

[Newbie] Solr Setup

2006-10-02 Thread Panayiotis Papadopoulos
Hi everyone, i just discovered Solr and tried to setup today but without any success altough i read many of previous posts in the mailing list... I did what i was supposed to do namely: * Install jdk 1.5 (on ubuntu) * Install tomcat * Copied solr.war in webapps where solr directory was copied aft

Re: solr setup

2006-05-05 Thread Chris Hostetter
: I'm getting this error message: : : org.apache.jasper.JasperException: Unable to compile class for JSP : An error occurred at line: 18 in the jsp file: /admin/stats.jsp : Generated servlet error: : /var/lib/tomcat5/work/Catalina/localhost/solr/org/apache/jsp/admin/stats_jsp.java:106: for-each

Re: solr setup

2006-05-05 Thread Yonik Seeley
On 5/5/06, Marcus Stratmann <[EMAIL PROTECTED]> wrote: Yonik Seeley wrote: > If you start from a normal tomcat distribution, we will be able to > eliminate that difference. Yes, I finally got Solr working with Tomcat. But there are still two minor problems. The first appears when I try to get th

Re: solr setup

2006-05-05 Thread Marcus Stratmann
Yonik Seeley wrote: > If you start from a normal tomcat distribution, we will be able to > eliminate that difference. Yes, I finally got Solr working with Tomcat. But there are still two minor problems. The first appears when I try to get the statistics page. I'm getting this error message: org.a

Re: solr setup

2006-03-28 Thread Yonik Seeley
> > It might be easier to download a recent Tomcat 5.5 distribution and > > get it working with that first... then try with the bundled version of > > Tomcat once you understand how everything works. > Thanks Yonik, maybe I should try that, though I now think that the > configuration is not the mai

Re: solr setup

2006-03-28 Thread Marcus Stratmann
> Solr looks in the current working directory for the solrconf > directory, so it depends where that ends up when tomcat is started. Meanwhile I found out that tomcat is located in /usr/share/tomcat5 and that there is a bin-directory in it, which I was searching for. A handfull of links are pointin

Re: solr setup

2006-03-28 Thread Yonik Seeley
On 3/28/06, Marcus Stratmann <[EMAIL PROTECTED]> wrote: > Well, there's no bin in my tomcat5 directory. Perhaps the Tomcat distribution looks different because it's bundled with your OS and they moved stuff around. >I start tomcat > using "/etc/init.d/tomcat5 start". May this be a problem? It co

Re: solr setup

2006-03-28 Thread Mike Austin
Try starting Tomcat from your /var/lib/tomcat5/ folder. While in that folder, run "/etc/init.d/tomcat5 start". I think I had a similar issue and it was because I started tomcat in the wrong folder. mike

Re: solr setup

2006-03-28 Thread Marcus Stratmann
Hi, I have a tomcat5 running under linux (debian). I think that my configuration may be wrong, because I don't get solr running. Yonik Seeley wrote: >the layout should look something like this: > >tomcat/webapps/solr.war >tomcat/solrconf/solrconfig.xml, schema.xml, etc >tomcat/bin/startup.sh > >t

Re: solr setup

2006-03-20 Thread Mike Austin
Ahhh!! OK.. next time you see me you can back-slap me. I was doing a cd into bin and starting tomcat. Now it is working. Sorry to waste your time, it was my mistake all along. I did install tomcat 5.5 but the issue was the startup. Thanks, Mike

Re: solr setup

2006-03-20 Thread Yonik Seeley
> Caused by: java.lang.RuntimeException: Can't find resource solrconfig.xml Hmmm, we've been moving around the config directory lately... what version are you working off of. Check that the example directory has ./solrconf in it. Then check that there is a ./solrconf/ from wherever you are start

Re: solr setup

2006-03-20 Thread Mike Austin
ok.. here is the error: 2006-03-20 22:37:03 StandardContext[/solr]StandardWrapper.Throwable java.lang.ExceptionInInitializerError at org.apache.solr.update.SolrIndexConfig.(Unknown Source) at org.apache.solr.core.SolrCore.(Unknown Source) at org.apache.solr.servlet.SolrServl

Re: solr setup

2006-03-20 Thread Yonik Seeley
On 3/20/06, Mike Austin <[EMAIL PROTECTED]> wrote: > Actually.. it looks like it is still not finding solrconfig.xml because after > I restart tomcat I get the config file error. Where should this go again? I > know you said ./solrconf, but relative to what? Solr looks in ./solrconf, relative to

Re: solr setup

2006-03-20 Thread Mike Austin
Actually.. it looks like it is still not finding solrconfig.xml because after I restart tomcat I get the config file error. Where should this go again? I know you said ./solrconf, but relative to what? Also, I still don't know if I deployed the site correctly..the only thing I did was copy the

Re: solr setup

2006-03-20 Thread Yonik Seeley
I'm not sure what to make of that error... I don't see what class is trying to be found that results in the "NoClassDefFoundError". I've personally only tried Solr with Tomcat 5.5, Resin 3, and Jetty 6. Perhaps you could try upgrading to Tomcat 5.5? -Yonik On 3/20/06, Mike Austin <[EMAIL PROTECT

Re: solr setup

2006-03-20 Thread Mike Austin
Thanks Yonik, I fixed the conf issue.. now I get this. Any ideas? 2006-03-20 20:42:09 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception java.lang.NoClassDefFoundError at org.apache.jsp.admin.index_jsp._jspService(index_jsp.java:67) at org.apache.jasper.r

Re: solr setup

2006-03-20 Thread Yonik Seeley
On 3/20/06, Mike Austin <[EMAIL PROTECTED]> wrote: > I'm trying to set solr up with CentOS 4.2, Apache 2.0.55, Tomcat 5, and Java > SDK 1.5 for the first time. > > I copied the solr.war to the tomcat webapps folder and it created the solr > folders. I then try running the app with > http://localhos

solr setup

2006-03-20 Thread Mike Austin
I'm trying to set solr up with CentOS 4.2, Apache 2.0.55, Tomcat 5, and Java SDK 1.5 for the first time. I copied the solr.war to the tomcat webapps folder and it created the solr folders. I then try running the app with http://localhost:8080/solr/adminand I get an error (I don't have the error me