Finally got a handle on this by looking into the New Admin UI - http://localhost:8983/solr/#/~cloud
Thanks Naga On 5/15/12 12:53 PM, "Naga Vijayapuram" <nvija...@tibco.com> wrote: >Alright; thanks. Tried with "-OPTIONS=jsp" and am still seeing this on >console Š > >2012-05-15 12:47:08.837:INFO:solr:No JSP support. Check that JSP jars are >in lib/jsp and that the JSP option has been specified to start.jar > >I am trying to go after >http://localhost:8983/solr/collection1/admin/zookeeper.jsp (or its >equivalent in 4.0) after going through >http://wiki.apache.org/solr/SolrCloud > >May I know the right zookeeper url in 4.0 please? > >Thanks >Naga > > >On 5/15/12 10:56 AM, "Ryan McKinley" <ryan...@gmail.com> wrote: > >>In 4.0, solr no longer uses JSP, so it is not enabled in the example >>setup. >> >>You can enable JSP in your servlet container using whatever method >>they provide. For Jetty, using start.jar, you need to add the command >>line: java -jar start.jar -OPTIONS=jsp >> >>ryan >> >> >> >>On Mon, May 14, 2012 at 2:34 PM, Naga Vijayapuram <nvija...@tibco.com> >>wrote: >>> Hello, >>> >>> How do I enable JSP support in Solr 4.0 ? >>> >>> Thanks >>> Naga >