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.