I am running solr 4.3 with tomcat 7 (with non SolrCloud) and have 4 solr cores running.
Switching to start using SolrCloud with tomcat7 and embedded zookeeper I updated JAVA_OPTS in this file tomcat7/bin/setenv.sh to following, JAVA_OPTS="-Djava.awt.headless=true -Xms2048m -Xmx4096m -XX:+UseConcMarkSweepGC -Dbootstrap_confdir=/<path>/solr/collection1/conf/ -Dcollection.configName=collection1_conf -DnumShards=1 -DzkRun" Now, all my cores (collections) are set to the default collection1 schema. Not sure why? solr.xml is set to correct instanceDir settings. Any pointers? Thanks, -Manasi -- View this message in context: http://lucene.472066.n3.nabble.com/Switching-to-using-SolrCloud-with-tomcat7-and-embedded-zookeeper-tp4078524.html Sent from the Solr - User mailing list archive at Nabble.com.