Re: JNDI settings

2016-09-28 Thread Aristedes Maniatis
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

Re: JNDI settings

2016-09-27 Thread Jamie Jackson
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

Re: JNDI settings

2016-09-26 Thread xavier jmlucjav
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

Re: JNDI settings

2016-09-26 Thread Aristedes Maniatis
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

Re: JNDI settings

2016-09-21 Thread Aristedes Maniatis
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

JNDI settings

2016-09-12 Thread Aristedes Maniatis
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

Re: SOLR / Tomcat JNDI Settings

2007-11-28 Thread vis
" > debug="0" > crossContext="true" > > > value="/var/tmp/ac-demo/books-solr-home/" >type="java.lang.String" >override="true" /> > > -- View this message

Re: Tomcat JNDI Settings

2007-11-14 Thread easyapps
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

Re: Tomcat JNDI Settings

2007-11-08 Thread Chris Hostetter
: 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

Re: Tomcat JNDI Settings

2007-11-08 Thread Wayne Graham
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

Re: Tomcat JNDI Settings

2007-11-06 Thread Chris Hostetter
: 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

Re: Tomcat JNDI Settings

2007-11-06 Thread Wayne Graham
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

Re: Tomcat JNDI Settings

2007-11-05 Thread Chris Hostetter
: : : : 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

Tomcat JNDI Settings

2007-11-05 Thread Wayne Graham
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