'No JSP support' error in embedded Jetty for solrCloud as of apache-solr-4.0-2012-04-02_11-54-55

2012-04-09 Thread Benson Margulies
Starting the leader with:

 java -Dbootstrap_confdir=./solr/conf -Dcollection.configName=rnicloud
-DzkRun -DnumShards=3 -Djetty.port=9167  -jar start.jar

and browsing to

http://localhost:9167/solr/rnicloud/admin/zookeeper.jsp

I get:

HTTP ERROR 500

Problem accessing /solr/rnicloud/admin/zookeeper.jsp. Reason:

JSP support not configured
Powered by Jetty://


Re: 'No JSP support' error in embedded Jetty for solrCloud as of apache-solr-4.0-2012-04-02_11-54-55

2012-04-09 Thread Ryan McKinley
zookeeper.jsp was removed (along with all JSP stuff) in trunk

Take a look at the cloud tab in the UI, or check the /zookeeper
servlet for the JSON raw output

ryan


On Mon, Apr 9, 2012 at 6:42 AM, Benson Margulies bimargul...@gmail.com wrote:
 Starting the leader with:

  java -Dbootstrap_confdir=./solr/conf -Dcollection.configName=rnicloud
 -DzkRun -DnumShards=3 -Djetty.port=9167  -jar start.jar

 and browsing to

 http://localhost:9167/solr/rnicloud/admin/zookeeper.jsp

 I get:

 HTTP ERROR 500

 Problem accessing /solr/rnicloud/admin/zookeeper.jsp. Reason:

    JSP support not configured
 Powered by Jetty://