GeekArticles
Java
ServletsUsing the Scheduler Servlet in JRun
Author: macromedia.com |
Published: 10th Aug 2005 |
Visited: 601 times |
Add CommentFiled in: ServletsBy Matt Horn JRun Documentation Allaire Corp. JRun includes a Scheduler servlet that executes actions at specified times. Actions can be servlets, CGI requests, ColdFusion pages, ASP pages, or any other Web document. This article concentrates on using the Scheduler servlet to request other servlets. The Scheduler servlet is conceptually similar to the cron daemon on Unix systems or the Scheduler service (and at command) on Windows NT. A comparison to cron is given below. This document...n
Read Article Sponsored Links
Related Articles
• SQL Agent: A Job Scheduler Framework An easy-to-use .NET solution for Job Scheduling with pluggable actions that runs on a Windows Service. Back up your SQL Server Express and much m ...
• scheduler-calling shell script I have created a job in oracle 10.2.0.1.0 /linux
BEGIN
dbms_scheduler.CREATE_JOB (
job_name => 'TEST_JOB',
job_type => 'EXECUTABLE',
job_action => '/tmp/test1.sh',
start_date => '01-jan-08 05:51:00 PM US/Pacific',
repeat_interval => ...
• SQL Agent: A Job Scheduler Framework An easy-to-use .NET solution for Job Scheduling with pluggable actions that runs on a Windows Service. Back up your SQL Server Express and much m ...
• Guadagno Task Scheduler The Guadagno Task Scheduler is a Windows Service application that allows you to create tasks (.NET assemblies) that can be executed a different interv ...
• Time scheduler in C# This library allows iterating through a sequence of events or time ranges based on a time sche ...