You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Vadim Kisselmann <v....@googlemail.com> on 2012/03/15 11:03:16 UTC

Solr 4.0 and tomcat, error in new admin UI

Hi folks,

i comment this issue : https://issues.apache.org/jira/browse/SOLR-3238 ,
but i want to ask here if anyone have the same problem.


I use Solr 4.0 from trunk(latest) with tomcat6.

I get an error in New Admin UI:

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" />

Admin request Handlers are definitely activated in my solrconfig.

A problem with tomcat?
It works with embedded jetty, but i should use tomcat.

Best Regards
Vadim