Hi All,
Thanks so much for the response. We upgraded to SOLR 6.1 and moved to use
jetty instead of deploying the solr war on jboss, till now it looks good.
Danny,
I too faced the same problem with the servlet-api, then fixed that, but
still was getting 404 after that, so decided to deploy solr a
If you are running on tomcat you will probably have a deployment problem.
On version 5.2.1 it worked fine for me, I manually packaged solr.war on
build time.
But, when trying to upgrade to Solr 5.5.1, I had problems with incompatible
servlet-api of Solr's jetty version and my tomcat servlert-api.
S
On 6/16/2016 1:20 AM, Bharath Kumar wrote:
> I was trying to generate a solr war out of the solr 6 source, but even
> after i create the war, i was not able to get it deployed correctly on
> jboss. Wanted to know if anyone was able to successfully generate solr
> war and deploy it on tomcat or jbos