From caae828ecd92f0ceebbf8d08e9a0092460fb8554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eoghan=20=C3=93=20Carrag=C3=A1in?= <eoghan.ocarragain@gmail.com> Date: Sun, 17 Feb 2013 21:52:32 +0000 Subject: [PATCH] Get jetty to use system temporary folder when extracting war file rather than creating a directory in the Vufind root - comment out tempDirectory setting in /solr/jetty/contexts/solr.xml --- solr/jetty/contexts/solr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/jetty/contexts/solr.xml b/solr/jetty/contexts/solr.xml index 50978a365ff..fe060ec41d3 100644 --- a/solr/jetty/contexts/solr.xml +++ b/solr/jetty/contexts/solr.xml @@ -4,5 +4,5 @@ <Set name="contextPath"><SystemProperty name="hostContext" default="/solr"/></Set> <Set name="war"><SystemProperty name="jetty.home"/>/webapps/solr.war</Set> <Set name="defaultsDescriptor"><SystemProperty name="jetty.home"/>/etc/webdefault.xml</Set> - <Set name="tempDirectory"><Property name="jetty.home" default="."/>/solr-webapp</Set> + <!-- Set name="tempDirectory"><Property name="jetty.home" default="."/>/solr-webapp</Set --> </Configure> -- GitLab