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

Michael Wechner michael.wechner at wyona.com
Fri Dec 11 11:21:32 CET 2009


Guillaume Déflache wrote:
> 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.

agreed, will move it to the Yanel config.

Thanks

Michi



More information about the Yanel-development mailing list