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
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 connection details to each core's DIH config xml. See th

Re: JNDI settings

2016-09-26 Thread xavier jmlucjav
I did set up JNDI for DIH once, and you have to tweak the jetty setup. Of course, solr should have its own jetty instance, the old way of being just a war is not true anymore. I don't remember where, but there should be some instructions somewhere, it took me an afternoon to set it up fine. xavier

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 bundled war) so I can't figure

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 settings > with user/pass them