Last updated by james.cookie 10 months ago
Type the following in you application directory
grails install-plugin quartz-monitor
If you're interested in the latest sources, visit
GitHub project page or use
git clone git://github.com/jamescookie/quartz-monitor.git
Last updated by james.cookie 10 months ago
Quartz Monitor
One clear and concise page that enables you to administer all your Quartz jobs.
Prerequisites
This plugin requires the
Quartz plugin to run.
Usage
Once you have the
Quartz plugin installed and have created some jobs, then you will probably start wondering if they are all running as desired.
This is where you need the 'Quartz Monitor' plugin.
Simply install the plugin and go to the URL
http://localhost:8080/<yourapp>/quartz/list and you will find all a list of all the jobs you have scheduled to run.
Enhanced Experience
To have the page keep you constantly up to date requires jQuery to have been linked to in your "main" layout. See the
jQuery plugin for more details.
It will still work without jQuery, but it won't look as good.
Last updated by james.cookie 10 months ago
Last updated by james.cookie 10 months ago