Answer the question
In order to leave comments, you need to log in
How to install Apache Solr on Apache Tomcat?
Greetings!
Intro: we need to implement a full-text, scalable and powerful search engine into the project - chose Solr (latest version 7.1).
I read and looked. Looks like you got the configuration right.
Situation: But now the question is about uploading to production. The Solr package itself comes in a Jetty container, now it does not provide .war files separately. There are no new tutorials describing installation in Tomcat.
Beginning with Solr 5.0, Solr is no longer distributed as a "war" (Web Application Archive) suitable for deployment in any Servlet Container. Solr is now distributed as a stand alone java server application, including start and stop scripts for use on Unix and MS-Windows platforms, as well as an installation script for setting up a "production" installation of Solr on *nix platforms managed via / etc/init.d. See https://wiki.apache.org/solr/WhyNoWar
Answer the question
In order to leave comments, you need to log in
Why not run Solr as a service on Windows Server 2012 via a startup BAT file.
No one forbids the same as here https://stackoverflow.com/questions/37695425/windo... or add to the service register. ( https://nssm.cc/ )
If you don't have a script running under Windows, you can look towards Solr Bitnami to get started.
As a result, you will have to somehow change, adjust to your needs, but still.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question