You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/12/17 19:33:46 UTC

svn commit: r604960 - /tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/config/webdefault.xml

Author: andyhot
Date: Mon Dec 17 10:33:46 2007
New Revision: 604960

URL: http://svn.apache.org/viewvc?rev=604960&view=rev
Log:
don't lock files, jetty

Modified:
    tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/config/webdefault.xml

Modified: tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/config/webdefault.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/config/webdefault.xml?rev=604960&r1=604959&r2=604960&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/config/webdefault.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/config/webdefault.xml Mon Dec 17 10:33:46 2007
@@ -110,7 +110,7 @@
     </init-param>
     <init-param>
       <param-name>useFileMappedBuffer</param-name>
-      <param-value>true</param-value>
+      <param-value>false</param-value>
     </init-param>  
     <load-on-startup>0</load-on-startup>
   </servlet>