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