venkatrammovva commented on issue #114: URL: https://github.com/apache/drat/issues/114#issuecomment-699636312
Hi @chrismattmann I have gone through the code and noticed that Apache Solr does not support deploying as a war into application containers like Tomcat anymore. Please refer to the following link for their reasoning behind this Link: https://cwiki.apache.org/confluence/display/solr/WhyNoWar And new versions of Solr come with their own container start and stop scripts. To get the integration working, we have to use the maven download plugin and repackage it in our distribute goal. We may also have to modify the start script of drat to also start Solr separately and modify the Solr URL in the index call. If this sounds ok, please let me know. I will make the changes, test them as well as I can. Thank you! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
