On 10/12/2015 10:31 AM, espe...@oreillyauto.com wrote:
> WARNING: A docBase /var/lib/Tomcat7/webapps/solr4.war inside the host
> appBase has been specified, and will be ignored

That is a Tomcat configuration problem.

I googled to see what I could find.  It sounds to me like you have
specified both appBase and docBase in the Tomcat config that loads Solr,
and that one location is inside the other.  You might need to include
only one of them, or adjust locations so that they are in different places.

My experience with Tomcat is very limited.  If what I've said here
doesn't help you figure out the problem, then I would suggest enlisting
the help of the Tomcat project.

http://tomcat.apache.org/findhelp.html

Although there are people on this list that know a lot about Tomcat, as
of 5.0, Solr no longer officially supports deployment in third-party
containers.  With 4.x, we provide the .war file for deployment, but
every container is different, and the Solr project cannot help with
container configuration beyond simple questions about the Jetty that is
included with Solr.

Another option is migrating to Solr 5.x and using the startup scripts
provided in the download.  You would be using the Jetty that is
included, not Tomcat.

Thanks,
Shawn

Reply via email to