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

Apache can't connect to new tomcat 9 ajp

My apache2 can no longer connect (by ajp) to my Spring boot's embedded tomcat after upgrading Spring boot's version from 2.1.4 to 2.3.2. It shows the following error : [proxy:error] [pid xxxx ] (111)Connection refused: AH00957: AJP: attempt to connect…

VIEW QUESTION
Back To Top
Search