Undertow scripts
August 11, 2015 ยท View on GitHub
solr.undertow: { httpClusterPort: 8983
Shutdown options
shutdown: { httpPort: 9983 httpHost: "0.0.0.0" # if password is not set, shutdown is not enabled. Make this a secure password! password: "THESCRETPASSWORD" gracefulDelay: "30s" } solrHome: "../../solr" solrLogs: "../../logs" tempDir: "../solr-temp" solrVersion: "5.2.1" solrWarFile: ../solr-wars/solr-${solr.undertow.solrVersion}.war }