You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2010/04/03 02:58:16 UTC

svn commit: r930454 - /hadoop/chukwa/branches/chukwa-0.4/src/web/hicc/WEB-INF/jetty.xml

Author: eyang
Date: Sat Apr  3 00:58:15 2010
New Revision: 930454

URL: http://svn.apache.org/viewvc?rev=930454&view=rev
Log:
CHUKWA-467. Disabled war file extraction to /tmp. (Eric Yang)

Modified:
    hadoop/chukwa/branches/chukwa-0.4/src/web/hicc/WEB-INF/jetty.xml

Modified: hadoop/chukwa/branches/chukwa-0.4/src/web/hicc/WEB-INF/jetty.xml
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.4/src/web/hicc/WEB-INF/jetty.xml?rev=930454&r1=930453&r2=930454&view=diff
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.4/src/web/hicc/WEB-INF/jetty.xml (original)
+++ hadoop/chukwa/branches/chukwa-0.4/src/web/hicc/WEB-INF/jetty.xml Sat Apr  3 00:58:15 2010
@@ -154,7 +154,7 @@
           <Set name="contexts"><Ref id="Contexts"/></Set>
           <Set name="webAppDir"><SystemProperty name="CHUKWA_HOME" default="."/>/webapps</Set>
 	  <Set name="parentLoaderPriority">false</Set>
-	  <Set name="extract">true</Set>
+	  <Set name="extract">false</Set>
 	  <Set name="allowDuplicates">false</Set>
         </New>
       </Arg>