I've been trying to set up Solr with Tomcat, in order to connect to a MySQL
database. I've got the admin page up, but I can't get
localhpst:8080/solr/dataimport/ to work. It returns a 404 errror.

Been googleing high and low, without finding the answer.

I've put this in my solrconfig.xml
<requestHandler name="/dataimport"
class="org.apache.solr.handler.dataimport.DataImportHandler">
    <lst name="defaults">
      <str name="config">data-config.xml</str>
    </lst>
  </requestHandler>

Created a data-config.xml in the same directory as the file above. This
should just connect to DB for now. And copied the JDBC-MYSQL connecter into
the /solr/lib directory.

Any suggestions would be much appreciated.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-dataimport-not-found-tp4009975.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to