You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2015/01/08 22:30:31 UTC

svn commit: r1650384 - /lucene/dev/branches/branch_5x/solr/server/contexts/solr-jetty-context.xml

Author: sarowe
Date: Thu Jan  8 21:30:30 2015
New Revision: 1650384

URL: http://svn.apache.org/r1650384
Log:
SOLR-4839: revert persistTempDirectory=true setting in solr-jetty-context.xml - Jetty 9 isn't on 5.x yet

Modified:
    lucene/dev/branches/branch_5x/solr/server/contexts/solr-jetty-context.xml

Modified: lucene/dev/branches/branch_5x/solr/server/contexts/solr-jetty-context.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/server/contexts/solr-jetty-context.xml?rev=1650384&r1=1650383&r2=1650384&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/server/contexts/solr-jetty-context.xml (original)
+++ lucene/dev/branches/branch_5x/solr/server/contexts/solr-jetty-context.xml Thu Jan  8 21:30:30 2015
@@ -5,5 +5,4 @@
   <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="persistTempDirectory">true</Set>
 </Configure>