SolrCloud - Cloud tab on admin dashboard not loading

2014-10-09 Thread arild.nils...@gmail.com
I'm trying to set up SolrCloud with embedded Zookeeper for Solr 4.10.1. The logs seems fine when starting up with a single Solr instance creating and using a embedded Zookeeper instance. I'm also able to create collections and query collections via curl. However, there is a HTTP 404 not found when

Re: SolrCloud - Cloud tab on admin dashboard not loading

2014-10-10 Thread arild.nils...@gmail.com
Thanks for the replays. We solved the problem, it turned out that we had not set up the Zookeeper servlet, adding the following to web.xml solved it: Zookeeper org.apache.solr.servlet.ZookeeperInfoServlet Zookeeper /zookeeper We are using Jetty