After trying to install Solr4.0 alpha on tomcat, I can never get to the admin gui, as I get the following error message:
This interface requires that you activate the admin request handlers, add the following configuration to your solrconfig.xml:
<!-- Admin Handlers - This will register all the standard admin RequestHandlers. -->
<requestHandler name="/admin/" class="solr.admin.AdminHandlers" />
and even after adding them to the solrconfig.xml (they actually already existed), the admin gui will still not load. I have seen some bugs reported on apache, but none of them fix the problem. Does anyone have a solution?