Re: Installation help

2017-09-19 Thread john999
I have been worked on solr cloud before 3-4 years. I worked day and night as at that time i was not a linux guy. After lots of nightmare reading I installed solr cloud with external zookeeper.Find here "Solr Cloud Installation with External Zookeeper"

Re: Installation help

2008-04-16 Thread Matt Mitchell
What does the Jetty log output say in the console after you start it? It should mention the port # on one of the last lines. If it does, try using curl or wget to do a local request: curl http://localhost:8983/solr/ wget http://localhost:8983/solr/ Matt On Wed, Apr 16, 2008 at 5:08 PM, Shawn Car

Installation help

2008-04-16 Thread Shawn Carraway
Hi all, I am trying to install Solr with Jetty (as part of another application) on a Linux server running Gentoo linux and JDK 1.6.0_05. When I try to start Jetty (and Solr), it doesn't open a port. I know you will need more info, but I'm not sure what you would need as I'm not clear on how this