Open GoogleCodeExporter opened 9 years ago
The UI on this MySchedule project comes in WAR file packaged
(myschedule-xyz.war). You need to place that into an Servlet container server
to see the UI. If you need help on this area, please google and review standard
Java Serlvet and how to run war file. There is also brief instruction on our
UserGuide as well.
There is additional library this MySchedule project provides in jar format
(myschedule-extraquartz-xyz.jar), but this is just library, not GUI related.
You use this jar just as any other java jar.
Original comment by saltnlight5
on 17 Apr 2013 at 5:19
Hi,
How to configure myschedule-xyz.war instead of myschedule-extraquartz-xyz.jar
to work on the jobs in my own webapp ?
Original comment by mangapat...@gmail.com
on 22 Apr 2013 at 10:10
Sorry, but I don't understand your question.
Original comment by saltnlight5
on 14 May 2013 at 1:52
Hi,
thanks for response. How can I use myschedule to check the status of the jobs that were running in a separate application.
Example:
My web application is running on a tomcat server which developed using spring,
contains quartz scheduler jobs also. I want to monitor those jobs status.
Here my question is, Can I use myschedule to check the status of the jobs ?
If so how can I use ?
Original comment by mangapat...@gmail.com
on 17 May 2013 at 11:55
Original issue reported on code.google.com by
mangapat...@gmail.com
on 17 Apr 2013 at 2:33