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> 


Reply via email to