Re: /solr/dataimport not found

2012-09-25 Thread johnohod
*Michael Della Bitta:*
/solr/admin/dataimport.jsp shows a gray page with the text: Select
handler.

*Chris Hostetter:*
1) 3.6.1
2) Yes. I've tried every alternative way of writing the url that I can think
of.
3) I think so. I can see the /solr/admin-page and click around without
problems. I haven't set up any schema or anything like that yet. My focus
has been on getting the MySQL connetion working.



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


/solr/dataimport not found

2012-09-24 Thread johnohod
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=configdata-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.