summarylogtreecommitdiffstats
path: root/tomcat8-solr.install
diff options
context:
space:
mode:
Diffstat (limited to 'tomcat8-solr.install')
-rw-r--r--tomcat8-solr.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/tomcat8-solr.install b/tomcat8-solr.install
new file mode 100644
index 000000000000..35ab2fc42625
--- /dev/null
+++ b/tomcat8-solr.install
@@ -0,0 +1,7 @@
+post_install() {
+ _tomver=8
+ echo "After the tomcat$_tomver.service is activated for the first time with this package installed,"
+ echo "configure solr's web.xml with at least a solr/home value at:"
+ echo " /usr/share/tomcat8/webapps/solr/WEB-INF/web.xml"
+ echo "pointing to /etc/solr."
+}