I was trying to use the command line util to update my zookeeper instance with config files from a machine running solr, but I'm getting the following error:
/Could not find or load main class org.apache.solr.cloud.ZkCLI/ The command I'm trying to execute is /java -classpath /usr/share/solr/apache-solr-4.0.0-BETA/example/solr-webapp/WEB-INF/lib/* org.apache.solr.cloud.ZkCLI -cmd upconfig -confdir /usr/share/solr/collection-01/conf/ -confname defaultConfig -zkhost <my host>:<my port> -solrhome /usr/share/solr/ (I actually have a host:port set) When I dig into example/solr-webapp, I actually don't see any subdirectories. Did something change in version 4.0.0-BETA? What should the appropriate classpath be? Any help would be much appreciated! - Jesse -- View this message in context: http://lucene.472066.n3.nabble.com/zkcli-command-line-util-tp4006403.html Sent from the Solr - User mailing list archive at Nabble.com.