On 27/9/16 8:59pm, Jamie Jackson wrote:
> In 4, with a separate servlet container, I used externally-defined,
> container-managed jndi data sources. However, I'm in the middle of an
> upgrade to 5 (before moving on to 6), and I had to add the DIH lib to each
> core's solrconfig.xml and add connecti
config
xml. See this:
https://cwiki.apache.org/confluence/display/solr/Uploading+Structured+Data+Store+Data+with+the+Data+Import+Handler
On Sep 12, 2016 11:29 AM, "Aristedes Maniatis" wrote:
> I am using Solr 5.5 and wanting to add JNDI settings to Solr (for data
> import). I'm
fine.
xavier
On Wed, Sep 21, 2016 at 1:15 PM, Aristedes Maniatis
wrote:
> On 13/09/2016 1:29am, Aristedes Maniatis wrote:
> > I am using Solr 5.5 and wanting to add JNDI settings to Solr (for data
> import). I'm new to Solr Cloud setup (previously I was running Solr running
> as a
On 21/09/2016 9:15pm, Aristedes Maniatis wrote:
> On 13/09/2016 1:29am, Aristedes Maniatis wrote:
>> I am using Solr 5.5 and wanting to add JNDI settings to Solr (for data
>> import). I'm new to Solr Cloud setup (previously I was running Solr running
>> as a custom bund
On 13/09/2016 1:29am, Aristedes Maniatis wrote:
> I am using Solr 5.5 and wanting to add JNDI settings to Solr (for data
> import). I'm new to Solr Cloud setup (previously I was running Solr running
> as a custom bundled war) so I can't figure where to put the JNDI setting
I am using Solr 5.5 and wanting to add JNDI settings to Solr (for data import).
I'm new to Solr Cloud setup (previously I was running Solr running as a custom
bundled war) so I can't figure where to put the JNDI settings with user/pass
themselves.
I don't want to add it to je
"
> debug="0"
> crossContext="true" >
>
> value="/var/tmp/ac-demo/books-solr-home/"
>type="java.lang.String"
>override="true" />
>
>
--
View this message
SolrRequestFilter class
> java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.solr.core.SolrConfig
> ...
>
I had the same problem. It turned out that I was using Java 1.4. Updating to
1.5 resolved the problem.
--
View this message in context:
http://www.nabble.com
: I just wanted to follow up to the list on this one...I could never get
: the JNDI settings to work with Tomcat. I went to Jetty and everything is
I'm not sure what to tell you.
I've been preping my ApacheCon demo for next week using Tomcat and JNDI
and i haven't had any pro
Hi Hoss,
I just wanted to follow up to the list on this one...I could never get
the JNDI settings to work with Tomcat. I went to Jetty and everything is
working quite nicely.
Wayne
Chris Hostetter wrote:
> : Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home
> : exists a
: Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home
: exists as does /var/lib/tomcat5/solr/home/conf/solrconfig.xml. It's
: basically a copy of the files from examples folder at this point.
:
: I put war files in /var/lib/tomcat5/webapps, so I have the
: apache-solr-1.2.0.war fi
Hi Chris,
Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home
exists as does /var/lib/tomcat5/solr/home/conf/solrconfig.xml. It's
basically a copy of the files from examples folder at this point.
I put war files in /var/lib/tomcat5/webapps, so I have the
apache-solr-1.2.0.war fil
:
:
:
: SEVERE: Exception starting filter SolrRequestFilter class
: java.lang.NoClassDefFoundError: Could not initialize class
: org.apache.solr.core.SolrConfig
this may be a variant of SOLR-337 ... are you sure
/var/lib/tomcat5/solr/home exists? does it contain a ./conf directory?
does
I'm attempting to set up multiple instances of Solr using JNDI (taken
from http://wiki.apache.org/solr/SolrTomcat). I created a new solr.xml
file in $CATALINA_HOME/conf/Catalina/localhost with:
The box is running tomcat 5.5.23, so the solr.war file is out of the
webapps path and the solr/ho
14 matches
Mail list logo