mirror of https://github.com/apache/lucene.git
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:
parent
ec43ca9fd8
commit
1a27122415
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue