On 5/24/2013 11:55 AM, srinalluri wrote: > I am using Solr 4.3.0. I have already copied solr4j*.jar files and log4j far > file to tomcat lib, and restarted the tomcat. > > Before copy these jar files, I got 404 error. Now I am getting this 503 > error for host:18080/solr4new/ > > I don't have zookeeper. Is zookeeper must in order to work on solr 4.3.0?
Can you show me what all is in your tomcat lib directory? If log4j.properties is one of the things in that directory, can you show its contents? Zookeeper jars are included in the solr.war, but they are only used (at the moment) for SolrCloud. If you are planning to use SolrCloud, you do need to set up zookeeper. http://wiki.apache.org/solr/SolrCloud Thanks, Shawn