diff --git a/solr/jetty/contexts/solr.xml b/solr/jetty/contexts/solr.xml index 50978a365ff74e9a987a1990318ccacb1bcb9d1f..fe060ec41d3bd504502bc7095ac402e8dc2bb8dc 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>