Dashboard > Quartz 1 > ... > Documentation > Configuration
  Quartz 1 Log In View a printable version of the current page.  
  Configuration
Added by James House, last edited by James House on May 28, 2005  (view change)
Labels: 
(None)

Configuration of Quartz is typically done through the use of a properties file, in conjunction with the use of StdSchedulerFactory (which consumes the configuration file and instantiates a scheduler).

The properties for configuring various aspect of a scheduler are described in these sub-documents:

  1. Main Configuration (configuration of primary scheduler settings, transactions)
  2. Configuration of ThreadPool (tune resources for job execution)
  3. Configuration of Listeners (your application can recieve notification of scheuled events)
  4. Configuration of Plug-Ins (add functionality to your scheduler)
  5. Configuration of RMI Server and Client (use a Quartz instance from a remote process)
  6. Configuration of RAMJobStore (store jobs and triggers in memory)
  7. Configuration of JDBC-JobStoreTX (store jobs and triggers in a database via JDBC)
  8. Configuration of JDBC-JobStoreCMT (JDBC with JTA containter-managed transactions)
  9. Configuration of DataSources (for use by the JDBC-JobStores)
  10. Configuration of Clustering (achieve fail-over and load-balancing with JDBC-JobStore)
ConfigDataSources (Quartz 1)
ConfigJDBCJobStoreClustering (Quartz 1)
ConfigJobStoreCMT (Quartz 1)
ConfigJobStoreTX (Quartz 1)
ConfigListeners (Quartz 1)
ConfigMain (Quartz 1)
ConfigPlugins (Quartz 1)
ConfigRAMJobStore (Quartz 1)
ConfigRMI (Quartz 1)
ConfigThreadPool (Quartz 1)

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators