views:

43

answers:

2

Sorry for the vague question but I'm newbie in CentOs and Solr I have installed Java, Jetty and Solr, I start the Solr with: java -jar start.jar in the examples folder of the solr I have put in my CentOS box and it says :

2010-10-13 13:12:41.623::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2010-10-13 13:12:41.842::INFO:  jetty-6.1.3
2010-10-13 13:12:41.913::INFO:  Started SocketConnector @ 0.0.0.0:8983

but when I visit mydomain:[jetty port] , there are no contexts listed.

A: 

Try visiting http://mydomain:8983/solr

Mauricio Scheffer
ThnxBut the url works *if* solr is recongnized by the jetty, apparently jetty does not recognize my solr installation, visting the mention the url says: `HTTP ERROR: 404NOT_FOUNDRequestURI=/solrPowered by jetty://`
RamRam
A: 

Hello. I solved the problem. It was Apache-Solr dev. The stable package did the trick.

RamRam