scheduler
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
INTRODUCTION ------------ This partition contains an example of how to write and schedule a job in Penrose. The source code is located in PENROSE_SERVER_HOME/samples/scheduler/DIR-INF/src. The job is scheduled in PENROSE_SERVER_HOME/samples/scheduler/DIR-INF/scheduler.xml. For more information on Cron expression, see: http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html INSTALLATION ------------ Copy the entire PENROSE_SERVER_HOME/samples/scheduler folder into a new folder in PENROSE_SERVER_HOME/partitions. To compile the code, execute ant in the new directory.