skip to Main Content

Quartz Trigger Not Firing – CentOS

I have a java web application which runs on tomcat. I am using Quartz 2.3.0 (Updated to 2.3.2, still not working) I am initializing quartz with Properties as follows: Properties properties = new Properties(); properties.put("org.quartz.scheduler.instanceName", hostname); properties.put("org.quartz.scheduler.instanceId", hostname); properties.put("org.quartz.threadPool.threadCount", "5");…

VIEW QUESTION
Back To Top
Search