Re: how-to configure mysql pool connection on Solr Server

2013-02-08 Thread Miguel
Thanks for help It's a good idea configure datasource pool on Jetty or Tomcat and after reuse on my custom plugin. In this page of Jetty: http://docs.codehaus.org/display/JETTY/DataSource+Examples explain how-to configure differents datasources. thanks again. El 07/02/2013 17:35, Michael

Re: how-to configure mysql pool connection on Solr Server

2013-02-07 Thread Michael Della Bitta
Hello Miguel, If you set up a JNDI datasource in your servlet container, you can use that as your database config. Then you just need to use a pooling datasource: http://wiki.apache.org/solr/DataImportHandlerFaq#How_do_I_use_a_JNDI_DataSource.3F http://dev.mysql.com/tech-resources/articles/connec

Re: how-to configure mysql pool connection on Solr Server

2013-02-07 Thread elyograg
> Hi > > I need configure a mysql pool connection on Solr Server for using on > custom plugin. I saw DataImportHandler wiki: > http://wiki.apache.org/solr/DataImportHandler , but it's seems that > DataImportHandler open the connection when handler is calling and close > when finish import and I

how-to configure mysql pool connection on Solr Server

2013-02-07 Thread Miguel
Hi I need configure a mysql pool connection on Solr Server for using on custom plugin. I saw DataImportHandler wiki: http://wiki.apache.org/solr/DataImportHandler , but it's seems that DataImportHandler open the connection when handler is calling and close when finish import and I need keep