Re: Solr on Tomcat

2015-02-10 Thread Chris Hostetter
: I think until Solr become completely standalone, it could be major task for Solr 5.0 is already completley standalone. Running bin/solr (or bin/solr.cmd) as a standalone daemon is the only documented & supported way to run Solr 5. *Internally* Solr is using jetty -- but that is 100% an impl

Re: Solr on Tomcat

2015-02-10 Thread Jakov Sosic
On 02/10/2015 07:55 PM, Dan Davis wrote: As an application developer, I have to agree with this direction. I ran ManifoldCF and Solr together in the same Tomcat, and the sl4j configurations of the two conflicted with strange results. From a systems administrator/operations perspective, a sepa

Re: Solr on Tomcat

2015-02-10 Thread Dan Davis
ons at this time. It's helpful to see where > Solr is headed. > > Thanks, > > Matt Kuiper > > -Original Message- > From: Shawn Heisey [mailto:apa...@elyograg.org] > Sent: Tuesday, February 10, 2015 10:05 AM > To: solr-user@lucene.apache.org > Subject:

Re: Solr on Tomcat

2015-02-10 Thread Gopal Patwa
uary 10, 2015 10:05 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr on Tomcat > > On 2/10/2015 9:48 AM, Matt Kuiper wrote: > > I am starting to look in to Solr 5.0. I have been running Solr 4.* on > Tomcat. I was surprised to find the following notice on > https://cwiki.apache

RE: Solr on Tomcat

2015-02-10 Thread Matt Kuiper
AM To: solr-user@lucene.apache.org Subject: Re: Solr on Tomcat On 2/10/2015 9:48 AM, Matt Kuiper wrote: > I am starting to look in to Solr 5.0. I have been running Solr 4.* on > Tomcat. I was surprised to find the following notice on > https://cwiki.apache.org/confluence/display/solr/R

Re: Solr on Tomcat

2015-02-10 Thread Shawn Heisey
On 2/10/2015 9:48 AM, Matt Kuiper wrote: > I am starting to look in to Solr 5.0. I have been running Solr 4.* on > Tomcat. I was surprised to find the following notice on > https://cwiki.apache.org/confluence/display/solr/Running+Solr+on+Tomcat > (Marked as Unreleased) > > Beginning wi

Re: Solr on Tomcat

2015-02-10 Thread Erik Hatcher
Matt - That is true about the recommendation; use bin/solr to start and stop Solr and consider it a black box service in that manner. We’re getting out of the business of supporting other containers and reigning it in like this. Underneath there currently is still a .war web app (which may cha

Re: Solr on Tomcat

2015-02-10 Thread Timothy Potter
Correct. Solr 5.0 is not a Web application; any WAR or Web app'ish things in Solr 5 are implementation details that may change in the future. The ref guide will include some content about how to migrate to Solr 5 from 4. On Tue, Feb 10, 2015 at 9:48 AM, Matt Kuiper wrote: > I am starting to look

Re: Solr on Tomcat, how to use an external data directory?

2010-05-30 Thread jlist9
The JVM arg seems to overwrite that just fine: -Dsolr.data.dir=/opt/solr/example/data On Sun, May 30, 2010 at 12:14 AM, Abdelhamid ABID wrote: > .. and to unset dataDir just leave it blank > ${solr.data.dir:} > > On Sun, May 30, 2010 at 12:15 AM, Chris Hostetter > wrote: > >> >> : Most likely yo

Re: Solr on Tomcat, how to use an external data directory?

2010-05-30 Thread Abdelhamid ABID
.. and to unset dataDir just leave it blank ${solr.data.dir:} On Sun, May 30, 2010 at 12:15 AM, Chris Hostetter wrote: > > : Most likely you have missed to point data directory in solrconf.xml, > : this should help : > : http://wiki.apache.org/solr/SolrConfigXml#dataDir_parameter > > right .. dou

Re: Solr on Tomcat, how to use an external data directory?

2010-05-29 Thread jlist9
You are right. Thanks Chris! On Sat, May 29, 2010 at 4:15 PM, Chris Hostetter wrote: > > : Most likely you have missed to point data directory in solrconf.xml, > : this should help : > : http://wiki.apache.org/solr/SolrConfigXml#dataDir_parameter > > right .. double check what the dataDir setting

Re: Solr on Tomcat, how to use an external data directory?

2010-05-29 Thread jlist9
Thanks! I tried that and it worked. It turned out that I also need to set -Dsolr.data.dir=/opt/solr/example/data On Sat, May 29, 2010 at 3:07 PM, Abdelhamid ABID wrote: > Most likely you have missed to point data directory in solrconf.xml, > this should help : > http://wiki.apache.org/solr/SolrC

Re: Solr on Tomcat, how to use an external data directory?

2010-05-29 Thread Chris Hostetter
: Most likely you have missed to point data directory in solrconf.xml, : this should help : : http://wiki.apache.org/solr/SolrConfigXml#dataDir_parameter right .. double check what the dataDir setting looks like ... if it's unset it uses "data" in your solr instance directory, but if it is set,

Re: Solr on Tomcat, how to use an external data directory?

2010-05-29 Thread jlist9
I only have one solr instance so I followed the "Single Solr Instance", which basically tells me to set -Dsolr.solr.home to the solr directory, which I did ... On Sat, May 29, 2010 at 2:32 PM, K Wong wrote: > There are directions on this page under Tomcat on Windows > Multiple Solr > apps: > > h

Re: Solr on Tomcat, how to use an external data directory?

2010-05-29 Thread Abdelhamid ABID
Most likely you have missed to point data directory in solrconf.xml, this should help : http://wiki.apache.org/solr/SolrConfigXml#dataDir_parameter On Sat, May 29, 2010 at 9:48 PM, jlist9 wrote: > My solr index works fine with the embedded Jetty. I'm trying to move the > index to Tomcat. Followi

Re: Solr on Tomcat, how to use an external data directory?

2010-05-29 Thread K Wong
There are directions on this page under Tomcat on Windows > Multiple Solr apps: http://wiki.apache.org/solr/SolrTomcat I'm running a multicore install on RHEL5/Tomcat5.5 and I just followed the docs and it went fine. I'm not sure that I can be of much help other than pointing you to the relevant

Re: SOLR ON TOMCAT SERVER

2008-01-08 Thread Chris Hostetter
Naveen: it doesn't look like you ever got a reply (probably because of the holidays) ... did you ever manage to get things working? looking over your question, the root problem seems to be related to the the XPath Factories that should come standard in tomcat. I have never seen this error bef

Re: Solr on Tomcat 6.0.10?

2007-03-08 Thread Walter Underwood
Java 1.5.0_05 on Intel and PowerPC (IBM) plus any DST changes. --wunder On 3/8/07 4:08 AM, "James liu" <[EMAIL PROTECTED]> wrote: > today i use tomcat 6.0.10,,,but no time to search. > > tomorrow i will test it. > > which java version you use? > > 2007/3/8, Walter Underwood <[EMAIL PROTECTED]>

Re: Solr on Tomcat 6.0.10?

2007-03-08 Thread James liu
today i use tomcat 6.0.10,,,but no time to search. tomorrow i will test it. which java version you use? 2007/3/8, Walter Underwood <[EMAIL PROTECTED]>: Is anyone running Solr on Tomcat 6.0.10? Any issues? I searched the archives and didn't see anything. wunder -- Walter Underwood Search Gu

Re: Solr on Tomcat 6.0.10?

2007-03-08 Thread galo
I'm using 6.0.9 and no issues (fingers crossed) Walter Underwood wrote: Is anyone running Solr on Tomcat 6.0.10? Any issues? I searched the archives and didn't see anything. wunder -- Galo Navarro, Developer [EMAIL PROTECTED] t. +44 (0)20 7780 7080 Last.fm | http://www.last.fm Karen Hou