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

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

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,

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

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

2008-02-20 Thread Alejandro Valdez
-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.0.13 I updated the tomcat startup bat to: set JAVA_OPTS=-Dsolr.solr.home=C:\xampp

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 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, I get:

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

Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-19 Thread Alejandro Valdez
Hello, I'm trying to install Solr in Windows but it's not working. I followed the instructions at http://wiki.apache.org/solr/SolrTomcat for configuring Solr in Windows. If I open the localhost tomcat URL (http://localhost:8080/) it shows the tomcat page. If I open the localhost URL for my