Author: olamy
Date: Thu Mar 20 23:23:18 2014
New Revision: 1579826
URL: http://svn.apache.org/r1579826
Log:
fix sys props
Modified:
archiva/trunk/archiva-jetty/pom.xml
Modified: archiva/trunk/archiva-jetty/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-jetty/pom.xml?rev=1579826&r1=1579825&r2=1579826&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Thu Mar 20 23:23:18 2014
@@ -176,7 +176,7 @@
-->
<systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty>
<systemProperty>java.io.tmpdir=%ARCHIVA_BASE%/temp</systemProperty>
-
<systemProperty>AsyncLogger.WaitStrategy=Sleep</systemProperty>
+
<systemProperty>AsyncLoggerConfig.WaitStrategy=Sleep</systemProperty>
</systemProperties>
<extraArguments>
<extraArgument>-XX:MaxPermSize=128m</extraArgument>