friedi
neo
Joined: 08/14/2013 02:01:39
Messages: 1
Offline
|
Hi,
I have two web applications running on a Tomcat 7. The first is build to create jobs and schedule them on a JDBCJobStore. The other application should use the same JDBCJobstore and run the jobs. How can I implement this?
When I want to store Jobs in the JobStore I need a scheduler. But it only persists in the database when I start the scheduler. But the only running scheduler should be the other web applications. Does anybody have an idea?
Thanks in advance!
|