Re: Solr 5.0, Jetty and WAR

2015-05-19 Thread Bram Van Dam
> My organization has issues with Jetty (some customers don't want Jetty on > their boxes, but are OK with WebSphere or Tomcat) so I'm trying to figure > out: how to get Solr on WebSphere / Tomcat without using WAR knowing that > the WAR will go away. I understand that some customers are irrationa

Re: Solr 5.0, Jetty and WAR

2015-05-18 Thread Upayavira
On Mon, May 18, 2015, at 05:11 PM, Steven White wrote: > Hi Erick, > > This isn't about deploying Solr using the WAR file, this is about a > business need in which I may not be able to use Jetty that comes with > Solr > 5.x. > > My organization has issues with Jetty (some customers don't want J

Re: Solr 5.0, Jetty and WAR

2015-05-18 Thread Shawn Heisey
On 5/18/2015 8:07 AM, Steven White wrote: > Thanks Shawn and Upayavira. > > What about the second part of my question? I guess I was not clear on it, > so let me try again. Lets say I want to use Solr in a container other that > Jetty, such as WebSphere or Tomcat. If the WAR will be deprecated,

Re: Solr 5.0, Jetty and WAR

2015-05-18 Thread Steven White
Hi Erick, This isn't about deploying Solr using the WAR file, this is about a business need in which I may not be able to use Jetty that comes with Solr 5.x. My organization has issues with Jetty (some customers don't want Jetty on their boxes, but are OK with WebSphere or Tomcat) so I'm trying t

Re: Solr 5.0, Jetty and WAR

2015-05-18 Thread Erick Erickson
At this point you can. At this point you have a war file anyway, so... Eventually this will be unsupported, I expect that _eventually_ there'll be a change that makes this no longer possible. So my question back to you is why you have to run Solr in a servlet container? Why not just use the start

Re: Solr 5.0, Jetty and WAR

2015-05-18 Thread Steven White
Thanks Shawn and Upayavira. What about the second part of my question? I guess I was not clear on it, so let me try again. Lets say I want to use Solr in a container other that Jetty, such as WebSphere or Tomcat. If the WAR will be deprecated, is it a matter of copying other Solr files into tha

Re: Solr 5.0, Jetty and WAR

2015-05-18 Thread Shawn Heisey
On 5/18/2015 6:42 AM, Steven White wrote: > With regards to Solr 5.0+, can someone point me where I can find out more > on: > > 1) Why WAR support is deprecated and is being dropped from Solr? and > 2) How do I deploy Solr 5.1 in a servlet other than Jetty, such as > WebSphere? As of 5.1, and pro

Re: Solr 5.0, Jetty and WAR

2015-05-18 Thread Upayavira
On Mon, May 18, 2015, at 01:42 PM, Steven White wrote: > Hi Everyone, > > With regards to Solr 5.0+, can someone point me where I can find out more > on: > > 1) Why WAR support is deprecated and is being dropped from Solr? and > 2) How do I deploy Solr 5.1 in a servlet other than Jetty, such as

Solr 5.0, Jetty and WAR

2015-05-18 Thread Steven White
Hi Everyone, With regards to Solr 5.0+, can someone point me where I can find out more on: 1) Why WAR support is deprecated and is being dropped from Solr? and 2) How do I deploy Solr 5.1 in a servlet other than Jetty, such as WebSphere? Thanks Steve