I successfully install
dspace 8, tomcat and solr
solr are running, I can check
by:
- solr status
- wait-for-solr
- browse to localhost:8983
in local.cfg
But, when I try to use
dspace index-discovery -b
get:
''''
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at
http://localhost:8983/solr/search: Expected mime type application/octet-stream but got text/html. <p>
Searching for Solr?<br/>
You must type the correct path.<br/>
Solr will respond.
</p>
''''
Someone has some tips?
Thanks