File: client.properties

package info (click to toggle)
libquartz-java 1%3A1.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,100 kB
  • sloc: java: 26,892; xml: 981; sh: 119; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# Properties file for use by StdSchedulerFactory
# to create a Quartz Scheduler Instance.
#

# Configure Main Scheduler Properties  ======================================

org.quartz.scheduler.instanceName = Sched1
org.quartz.scheduler.logger = schedLogger
org.quartz.scheduler.rmi.proxy = true
org.quartz.scheduler.rmi.registryHost = localhost
org.quartz.scheduler.rmi.registryPort = 1099