Hi,

See here, might help:

http://wiki.apache.org/solr/SolrPlugins#How_to_Load_Plugins

We don't use multicore functionality of SOLR, so we decided to bundle SOLR
dependencies into the war file of the solr web app.

Regards,

Dmitry

On Mon, Mar 18, 2013 at 7:47 PM, Gian Maria Ricci
<alkamp...@nablasoft.com>wrote:

> Hi to everyone,
>
>
>
> I want to deploy a custom filter developed in java to Solr4, my problem is
> that it requires to access Sql Server, so it depends from sqljdbc4.jar, but
> I got a java.lang.ClassNotFoundException:
> com.microsoft.sqlserver.jdbc.SQLServerDriver
>
>
>
> I've copied the sqljdbc.jar file in the c:\tomcat\lib directory but it does
> not work. So I've modified solrconfig.xml to load sqljdbc4.jar and now it
> works, but I think that is a bettere solution to configure in some base
> Tomcat directory instead in solrcfg.xml file of all cores. My question is,
> where I can configure Tomcat to make sqljdbc4.jar available to every
> customization filter in solar without referencing it directly in
> solrcfg.xml?
>
>
>
> I'm a .NET developer, so I'm not really familiar with TomCat and Java, and
> surely I'm missing some configuration to modify.
>
>
>
> Thanks to everyone.
>
>
>
> Gian Maria
>
>
>
>

Reply via email to