[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
How to schedule 2 jobs in quartz  XML
Forum Index -> Quartz
Author Message
amatta

neo

Joined: 10/08/2013 00:39:57
Messages: 2
Offline

I have 2 job classes. In the property file How can I declare the job names?
quartz.properties
org.quartz.scheduler.instanceName = Job1,Job2
org.quartz.threadPool.threadCount = 50
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore

In the log file 2013-10-08 15:38:35,824 16860 [Job1,Job2_Worker-1]
Please let me know How to identify jobs independently.
jhouse

seraphim
[Avatar]
Joined: 11/06/2009 15:29:56
Messages: 1703
Offline

Sounds like you're a bit confused on concepts.

I recommend reading at least the quick-start guide, if not the tutorial:

http://quartz-scheduler.org/documentation/quartz-2.2.x/quick-start

http://quartz-scheduler.org/documentation/quartz-2.2.x/tutorials/

 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team