| Author |
How i stop this Quartz thread running in tomcat.
|
Vinod suryawanshi
Ranch Hand
Joined: Aug 08, 2012
Posts: 39
|
|
Hi friends,
I need to schedule one task which i want to repeat at every day morning between 6-7. So i did my R and D and find following program to create schedule job. Following program is in struts and its working fine. Its automatically started when i start tomcat. But problem is, i don't know how to stop it. when i try to stop tomcat or restart tomcat, i get pop up message with error from tomcat saying, "Tomcat stooping Fail". same thing happen with restart tomcat also.
define in struts-config.xml file a plugin,
CronScheluder.java
MyJob.java
StrutsImp.java
I want this program to stop after stopping tomcat and start again after starting tomcat, and when i start again. So if anybody have any idea about this problem then please help....
Thanks in advanced.
|
 |
 |
|
|
subject: How i stop this Quartz thread running in tomcat.
|
|
|