instance2.properties | instance2.properties | |||
---|---|---|---|---|
#========================================================================== == | #========================================================================== == | |||
# Configure Main Scheduler Properties | # Configure Main Scheduler Properties | |||
#========================================================================== == | #========================================================================== == | |||
org.quartz.scheduler.instanceName = TestScheduler | org.quartz.scheduler.instanceName: TestScheduler | |||
org.quartz.scheduler.instanceId = instance_two | org.quartz.scheduler.instanceId: instance_two | |||
org.quartz.scheduler.skipUpdateCheck = true | org.quartz.scheduler.skipUpdateCheck: true | |||
#========================================================================== == | #========================================================================== == | |||
# Configure ThreadPool | # Configure ThreadPool | |||
#========================================================================== == | #========================================================================== == | |||
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool | org.quartz.threadPool.class: org.quartz.simpl.SimpleThreadPool | |||
org.quartz.threadPool.threadCount = 5 | org.quartz.threadPool.threadCount: 5 | |||
org.quartz.threadPool.threadPriority = 5 | org.quartz.threadPool.threadPriority: 5 | |||
#========================================================================== == | #========================================================================== == | |||
# Configure JobStore | # Configure JobStore | |||
#========================================================================== == | #========================================================================== == | |||
org.quartz.jobStore.misfireThreshold = 60000 | org.quartz.jobStore.misfireThreshold: 60000 | |||
org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX | org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX | |||
org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.Postgr eSQLDelegate | org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.Postgr eSQLDelegate | |||
org.quartz.jobStore.useProperties=false | org.quartz.jobStore.useProperties=false | |||
org.quartz.jobStore.dataSource=myDS | org.quartz.jobStore.dataSource=myDS | |||
org.quartz.jobStore.tablePrefix=QRTZ_ | org.quartz.jobStore.tablePrefix=QRTZ_ | |||
org.quartz.jobStore.isClustered=true | org.quartz.jobStore.isClustered=true | |||
#========================================================================== == | #========================================================================== == | |||
# Other Example Delegates | # Other Example Delegates | |||
skipping to change at line 52 | skipping to change at line 52 | |||
#org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.Postg reSQLDelegate | #org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.Postg reSQLDelegate | |||
#org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJD BCDelegate | #org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJD BCDelegate | |||
#org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.WebLo gicDelegate | #org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.WebLo gicDelegate | |||
#org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.oracl e.OracleDelegate | #org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.oracl e.OracleDelegate | |||
#org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.oracl e.WebLogicOracleDelegate | #org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.oracl e.WebLogicOracleDelegate | |||
#========================================================================== == | #========================================================================== == | |||
# Configure Datasources | # Configure Datasources | |||
#========================================================================== == | #========================================================================== == | |||
org.quartz.dataSource.myDS.driver = org.postgresql.Driver | org.quartz.dataSource.myDS.driver: org.postgresql.Driver | |||
org.quartz.dataSource.myDS.URL = jdbc:postgresql://localhost:5432/quartz | org.quartz.dataSource.myDS.URL: jdbc:postgresql://localhost:5432/quartz | |||
org.quartz.dataSource.myDS.user = quartz | org.quartz.dataSource.myDS.user: quartz | |||
org.quartz.dataSource.myDS.password = quartz | org.quartz.dataSource.myDS.password: quartz | |||
org.quartz.dataSource.myDS.maxConnections = 5 | org.quartz.dataSource.myDS.maxConnections: 5 | |||
org.quartz.dataSource.myDS.validationQuery= | org.quartz.dataSource.myDS.validationQuery: select 0 | |||
#========================================================================== == | #========================================================================== == | |||
# Configure Plugins | # Configure Plugins | |||
#========================================================================== == | #========================================================================== == | |||
#org.quartz.plugin.shutdownHook.class = org.quartz.plugins.management.Shutd | #org.quartz.plugin.shutdownHook.class: org.quartz.plugins.management.Shutdo | |||
ownHookPlugin | wnHookPlugin | |||
#org.quartz.plugin.shutdownHook.cleanShutdown = true | #org.quartz.plugin.shutdownHook.cleanShutdown: true | |||
#org.quartz.plugin.triggHistory.class = org.quartz.plugins.history.LoggingJ obHistoryPlugin | #org.quartz.plugin.triggHistory.class: org.quartz.plugins.history.LoggingJo bHistoryPlugin | |||
End of changes. 7 change blocks. | ||||
16 lines changed or deleted | 16 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |