Re: Issues of deploying mutiple web applications to Solr Jetty

2016-05-09 Thread Jan Høydahl
Hi Don’t add multiple webapps to Solr’s Jetty. Install a separate Jetty on another port for your other apps. Solr using Jetty is an implementation detail which may suddenly disappear in a future release. You will find that Jetty is very light weight and it is a much cleaner approach to run a s

Issues of deploying mutiple web applications to Solr Jetty

2016-05-08 Thread tjlp
Hi, At present I try to deploy multiple web applications to Solr Jetty. So I add context files for each web application under the folder $SOLR.HOME/contexts. Now I get one library conflict issues:one of web applications uses old version of slf-4j, which conflict with the slf-4j libraries used b