Re: Jetty in Solr 5.2.0

2015-07-08 Thread Steven White
Thank you all for your help. I will leave Solr as-is and not step on its feet. Steve On Wed, Jul 8, 2015 at 2:29 AM, Shawn Heisey wrote: > On 7/7/2015 10:51 AM, Steven White wrote: > > What I am faced with is this. I have to create my own crawler, similar > to > > DIH. I have to deploy this

Re: Jetty in Solr 5.2.0

2015-07-07 Thread Shawn Heisey
On 7/7/2015 10:51 AM, Steven White wrote: > What I am faced with is this. I have to create my own crawler, similar to > DIH. I have to deploy this on the same server as Solr (this is given, I > cannot change it). I have to manage this crawler just like I have to > manage my Solr deployment using

Re: Jetty in Solr 5.2.0

2015-07-07 Thread Shawn Heisey
On 7/7/2015 10:03 AM, Steven White wrote: > This may be a question to be posted on Jetty mailing list, but I figured I > should start here first. > > Using Solr 5.2.0, when I start Solr, http://localhost:8983/solr/ is the > entry point. My question is: > > 1) Where is "solr" on the file system?

Re: Jetty in Solr 5.2.0

2015-07-07 Thread Chris Hostetter
: The other option I looked at is writing my own handler for my crawler and : plugging it into Solr's solrconfig.xml. If I do this, then my crawler will : run in the same JVM space as Solr, this is something I want to avoid. If you don't want you crawler to run in the same JVM as solr, then aski

Re: Jetty in Solr 5.2.0

2015-07-07 Thread Steven White
What I am faced with is this. I have to create my own crawler, similar to DIH. I have to deploy this on the same server as Solr (this is given, I cannot change it). I have to manage this crawler just like I have to manage my Solr deployment using Solr API through HTTP request. I figured if I de

Re: Jetty in Solr 5.2.0

2015-07-07 Thread Chris Hostetter
uence/display/solr/Major+Changes+from+Solr+4+to+Solr+5 http://wiki.apache.org/solr/WhyNoWar : Date: Tue, 7 Jul 2015 12:03:37 -0400 : From: Steven White : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Jetty in Solr 5.2.0 : : Hi Everyone, : : This may be a que

Re: Jetty in Solr 5.2.0

2015-07-07 Thread Upayavira
On Tue, Jul 7, 2015, at 05:03 PM, Steven White wrote: > Hi Everyone, > > This may be a question to be posted on Jetty mailing list, but I figured > I > should start here first. > > Using Solr 5.2.0, when I start Solr, http://localhost:8983/solr/ is the > entry point. My question is: > > 1) Wh

Jetty in Solr 5.2.0

2015-07-07 Thread Steven White
Hi Everyone, This may be a question to be posted on Jetty mailing list, but I figured I should start here first. Using Solr 5.2.0, when I start Solr, http://localhost:8983/solr/ is the entry point. My question is: 1) Where is "solr" on the file system? 2) How can I add http://localhost:8983/MyH