Yeah, sorry. You either have to manually extract (unzip) the solr war the first time or start solr in none cloud mode and stop it - that will extract the webapp from the war file. If we included it extracted, it would blow up the dists size.
Sent from my iPhone On Sep 9, 2012, at 1:06 AM, JesseBuesking <jessebuesk...@gmail.com> wrote: > 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.