Another option is defining the location of these jars in your
solrconfig.xml and storing the libraries external to jetty, which has
some advantages.
Eg: MySQL connector is located at '/opt/mysql_connector' and adding this
to your solrconfig.xml alongside the other lib entities:
<lib dir="/opt/mysql_connector/" regex=".*\.jar" />
Cheers,
Tim
On 06/08/13 08:02 AM, Spadez wrote:
Thank you very much
--
View this message in context:
http://lucene.472066.n3.nabble.com/Adding-Postgres-and-Mysql-JDBC-drivers-to-Solr-tp4082806p4082832.html
Sent from the Solr - User mailing list archive at Nabble.com.