Hello, John,

Assuming this is a single core instance of Solr, does
"/solr/admin/dataimport.jsp" work?

Michael Della Bitta

------------------------------------------------
Appinions
18 East 41st Street, 2nd Floor | New York, NY  10017-6271
www.appinions.com
Where Influence Isn’t a Game


On Mon, Sep 24, 2012 at 5:11 PM, johnohod <john-o...@tyde.no> wrote:
> 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