server.properties | server.properties | |||
---|---|---|---|---|
#========================================================================== == | #========================================================================== == | |||
# Configure Main Scheduler Properties | # Configure Main Scheduler Properties | |||
#========================================================================== == | #========================================================================== == | |||
org.quartz.scheduler.instanceName = Sched1 | org.quartz.scheduler.instanceName: Sched1 | |||
org.quartz.scheduler.rmi.export = true | org.quartz.scheduler.rmi.export: true | |||
org.quartz.scheduler.rmi.registryHost = localhost | org.quartz.scheduler.rmi.registryHost: localhost | |||
org.quartz.scheduler.rmi.registryPort = 1099 | org.quartz.scheduler.rmi.registryPort: 1099 | |||
org.quartz.scheduler.rmi.createRegistry = true | org.quartz.scheduler.rmi.createRegistry: true | |||
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 = 10 | org.quartz.threadPool.threadCount: 10 | |||
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.simpl.RAMJobStore | org.quartz.jobStore.class: org.quartz.simpl.RAMJobStore | |||
End of changes. 5 change blocks. | ||||
10 lines changed or deleted | 10 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/ |