Hey,

i have Solr 4.0 (Nightly-Build) and Nutch 1.5
And if i go to http://localhost:8983/solr/ - i see the interface.

I copied the schema-solr4.xml from the nutch directory to the solr directory, because i want to connect solr and nutch. After this i start solr again (java -jar start.jar), but then i visit http://localhost:8983/solr/ and there is this error:

--------------

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"  />
|--------------
|
But in solrconfig.xml is this configuration exactly. What must i do?

Thank you for your help.
|



Reply via email to