SOLR-4839: Set Jetty 9's new option to persist its temp directory (persistTempDirectory) - where the war is exploded - to true, so that the server/solr-webapp/ directory doesn't get deleted when Jetty shuts down gracefully

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650328 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2015-01-08 16:56:25 +00:00
parent ec43ca9fd8
commit 1a27122415
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@
<Set name="war"><Property name="jetty.base"/>/webapps/solr.war</Set>
<Set name="defaultsDescriptor"><Property name="jetty.base"/>/etc/webdefault.xml</Set>
<Set name="tempDirectory"><Property name="jetty.base" default="."/>/solr-webapp</Set>
<Set name="persistTempDirectory">true</Set>
</Configure>