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 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 hope I'm cleaner with my need and question.
Then don't tell them that Jetty is involved. They want Solr? Jetty is a dependency. I've heard suggestions that it could be replaced at some point with Netty. Do they have some philosophical objection to Jetty, or just don't want a different servlet container to their preferred one? Personally, I'd try to understand their objection and see if it is possible to help them past it. Moving forwards, if they object to Jetty, they are effectively blocking Solr itself, which seems counter-productive. For now, there are resources out there on how to deploy it - as Shawn said above - you just need to deploy the Solr war, along with some logging jar files into your servlet container, and it should work. Although, for how long... Upayavira