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

Guillaume Déflache guillaume.deflache at wyona.com
Fri Dec 11 11:00:44 CET 2009


michi at wyona.com schrieb:
> 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>
> 

Why not add it to Yanel configuration?
AFAIU scheduling does not have to happen in a webapp context, and making 
it not require one would help for testing and general decoupling of things.


More information about the Yanel-development mailing list