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 <matt.kui...@issinc.com> 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 with Solr 5.0, Support for deploying Solr as a WAR in > servlet containers like Tomcat is no longer supported. > > I want to verify that it is true that Solr 5.0 will not be able to run on > Tomcat, and confirm that the recommended way to deploy Solr 5.0 is as a > Linux service. > > Thanks, > Matt >