Hello, We have a cluster of solr 4.8.1 installed on tomcat servlet container and we’re able to use DIH Schedule by adding this lines to web.xml of the installation directory:
<listener> <listener-class>org.apache.solr.handler.dataimport.scheduler.ApplicationListener</listener-class> </listener> No we are planing to migrate to Solr 6 and we already installed it as service. The question is how to install DIHS on Solr 6 as service? Thanks, Mahmoud