Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2012-03-16 Thread danchoithuthiet
Hi Alejandro, I followed your instructions step by step, but it still isn't working HTTP Status 404 - /solr/admin type Status report message /solr/admin description The requested resource (/solr/admin) is not available. I used Apache Tomcat/6.0.35 Xampp 1.7.7 Sun JDK 7 -- View this messag

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-28 Thread Alejandro Valdez
Hi, I guess you should change the Tomcat's configuration files, I'm new to Tomcat so I haven't any clue about that :-( Maybe you can find the answer at: http://tomcat.apache.org/tomcat-6.0-doc/index.html Please, let me know if you find out how to do that. Regards, Alejandro On 2/28/08, newBe

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-28 Thread newBea
Hi Alejandro, I followed the steps given by you on this forum for solr installation. Its working well... However do you have any idea about starting solr on prerequisite port. I mean if I want solr to run on port different than 8080 and with the same steps provided by you, what would be the bet

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-21 Thread David Pratt
Hi Alejandro. Your summary is good and it should be of benefit to others. Thank you for taking the time to prepare it. Regards, David Alejandro Valdez wrote: Hello, yes of course. I followed the instructions from http://wiki.apache.org/solr/SolrTomcat (see below) but instead of copy the examp

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-21 Thread Alejandro Valdez
Hello, yes of course. I followed the instructions from http://wiki.apache.org/solr/SolrTomcat (see below) but instead of copy the example configuration files into the directory c:\web\solr\ as is explained in that page, I did it into c:\tomcat\webapps\solr and started Tomcat with: -Dsolr.solr.home

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-21 Thread David Pratt
Hi Alejandro. Since this was a bit of trouble for you could you post the steps you used to get it to work (and/or any deviation from the wiki) to summarize this thread. It has been some days that I have seen the thread on the list and it would leave something useful other than I got it running

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-21 Thread Alejandro Valdez
Thanks a lot, it's running right now. It seems that solr.solr.home should not point into the webapps directory, maybe this tip should be included in the installation guide... Thanks again. On Wed, Feb 20, 2008 at 10:50 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Wed, Feb 20, 2008 at 5:32 P

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Yonik Seeley
On Wed, Feb 20, 2008 at 5:32 PM, Alejandro Valdez <[EMAIL PROTECTED]> wrote: > Hi, I changed that line to: > > set JAVA_OPTS=-Dsolr.home=C:\xampp\tomcat\webapps\solr -Duser.language=en > > But It STILL isn't working...I almost give up :-( > > When I try to open http://localhost:8080/solr/admin,

RE: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Paul Treszczotko
Try -Dsolr.solr.home instead of -Dsolr.home -Original Message- From: Alejandro Valdez [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 5:33 PM To: solr-user@lucene.apache.org Subject: Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13 Hi, I changed that line to: set JAVA_OPTS

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Alejandro Valdez
s this just a copy and paste error? > > Jens > > -Ursprüngliche Nachricht- > Von: Alejandro Valdez [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 19. Februar 2008 20:37 > An: solr-user@lucene.apache.org > Betreff: Re: Solr in Windows XP + JDK 5 + Tomcat 6.

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-19 Thread Alejandro Valdez
I updated the tomcat startup bat to: set JAVA_OPTS=-Dsolr.solr.home=C:\xampp\tomcat\webapps\solr -Duser.language=en and to: set JAVA_OPTS=-Dsolr.solr.home=C:/xampp/tomcat/webapps/solr -Duser.language=en I'm still getting the same error: --- HTTP Status 404 - /solr/admin type Statu

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-19 Thread Shalin Shekhar Mangar
In that case, your solr.solr.home should be "C:/xampp/tomcat/webapps/solr". Remove the conf at the end. I would suggest keeping the conf in a separate place though. On Feb 19, 2008 10:46 PM, Alejandro Valdez <[EMAIL PROTECTED]> wrote: > Hi, I copied the content of the directory examples/solr to >

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-19 Thread Alejandro Valdez
Hi, I copied the content of the directory examples/solr to C:\xampp\tomcat\webapps\solr and updated the tomcat startup bat to: set JAVA_OPTS=-Dsolr.solr.home=C:\xampp\tomcat\webapps\solr\conf -Duser.language=en I get the same 404 error when open http://127.0.0.1:8080/solr/admin, and there is no e

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-19 Thread Shalin Shekhar Mangar
The problem is that your SOLR home is incorrect. You're making -Dsolr.solr.home point to the deployed solr webapp inside solr. It should actually point to a directory which contains conf folder containing solrconfig.xml and schema.xml. For an example configuration folder see example/solr supplied

Re: Solr in Windows

2007-04-26 Thread Bertrand Delacretaz
On 4/26/07, guruprasad <[EMAIL PROTECTED]> wrote: ...Is it only for Linux or can I install Solr on my Windows Desktop too?... Solr itself should run fine on any JVM 1.5, including Windows (and several Solr developers are working on Windows IIUC). Some of our docs refer to auxiliary scripts th