[Yanel-commits] rev 45957 - public/yanel/trunk/src/webapp/WEB-INF

michi at wyona.com michi at wyona.com
Thu Dec 10 22:22:41 CET 2009


Author: michi
Date: 2009-12-10 22:22:41 +0100 (Thu, 10 Dec 2009)
New Revision: 45957

Modified:
   public/yanel/trunk/src/webapp/WEB-INF/web.xml
Log:
scheduler config added

Modified: public/yanel/trunk/src/webapp/WEB-INF/web.xml
===================================================================
--- public/yanel/trunk/src/webapp/WEB-INF/web.xml	2009-12-10 21:18:54 UTC (rev 45956)
+++ public/yanel/trunk/src/webapp/WEB-INF/web.xml	2009-12-10 21:22:41 UTC (rev 45957)
@@ -60,6 +60,13 @@
       <!--<param-value>true</param-value>-->
     </init-param>
 
+    <!-- Scheduler -->
+    <init-param>
+      <param-name>scheduler</param-name>
+      <param-value>false</param-value>
+      <!--<param-value>true</param-value>-->
+    </init-param>
+
     <!-- Allow client-side caching of static htdocs content. Specify value in hours. -->
     <init-param>
      <param-name>static-content-cache-expires</param-name>



More information about the Yanel-commits mailing list