On 7/9/2019 10:22 AM, Victor Casas wrote:
Hello, is Solr supported on Azure web app or Azure Service? If so, is there any 
white paper on how to get this done or recommendations/suggestions??

Solr is written entirely in java, and it is implemented as a webapp, which requires a servlet container. Examples of containers are jetty, tomcat, and jboss.

Deploying Solr in containers other than the included Jetty can be done, but we do not officially support that kind of deployment. You'll be on your own for the parts related to the container.

https://cwiki.apache.org/confluence/display/SOLR/WhyNoWar

Thanks,
Shawn

Reply via email to