Mantis - Resin
Viewing Issue Advanced Details
3188 feature always 12-17-08 23:41 03-18-09 11:30
mate  
ferg  
normal  
closed 3.1.8  
fixed  
none    
none 4.0.0  
0003188: Allow cron syntax in servlet run-at configuration
It would be beneficial to be able to use cron syntax when configuring the run-at intervall for servlet, so that they can be run with a frequency of less than every 24 hours.

That is
  <servlet servlet-name='cron' servlet-class='test.WeeklyChores'>
    <!-- run every Saturday at 0015 -->
    <run-at>15 0 * * 6</run-at>
  </servlet>

Notes
(0003890)
ferg   
03-18-09 11:30   
server/133i