Solved
Stop service execution
I there a way to stop a service from executing without restarting tomcat?
I there a way to stop a service from executing without restarting tomcat?
No from outside the service. But you can create a property called "stopExecution" (not persistent) and check on each iteration/whatever if it's true or not and exit.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.