Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question #114

Open
GoogleCodeExporter opened this issue Dec 22, 2015 · 9 comments
Open

Question #114

GoogleCodeExporter opened this issue Dec 22, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

I want to include User Interface for Quartz Jobs in my webapp. 
As specified I placed the jar file in lib folder, but how to get the UI.
Please provide me steps for doing this.

thanks in advance...




Original issue reported on code.google.com by [email protected] on 17 Apr 2013 at 2:33

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 22 Apr 2013 at 10:10

@GoogleCodeExporter
Copy link
Author

Sorry, but I don't understand your question.

Original comment by saltnlight5 on 14 May 2013 at 1:52

  • Added labels: Type-Question
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 17 May 2013 at 11:55

@GoogleCodeExporter
Copy link
Author

You can enabled remoting your Quartz scheduler that's running in your Spring 
application, then you can use MySchedule as client to view the jobs. Just 
ensure not to start the scheduler as client, then you will be fine.

As enabling Quartz remote, you have ways. 1: Use JMX. 2: Use clustering. 

When using clustering, your client would simply join the cluster, but just 
don't start the scheduler, and you will still able to view all the jobs in the 
cluster.

Hope this helps.

Original comment by saltnlight5 on 19 May 2013 at 1:25

1 similar comment
@GoogleCodeExporter
Copy link
Author

You can enabled remoting your Quartz scheduler that's running in your Spring 
application, then you can use MySchedule as client to view the jobs. Just 
ensure not to start the scheduler as client, then you will be fine.

As enabling Quartz remote, you have ways. 1: Use JMX. 2: Use clustering. 

When using clustering, your client would simply join the cluster, but just 
don't start the scheduler, and you will still able to view all the jobs in the 
cluster.

Hope this helps.

Original comment by saltnlight5 on 19 May 2013 at 1:25

@GoogleCodeExporter
Copy link
Author

Sorry, I meant to say the 1st option is RMI, not JMX. You can read more on 
Quartz docs.

Original comment by saltnlight5 on 19 May 2013 at 1:27

@GoogleCodeExporter
Copy link
Author

thank you. I will try.

Original comment by [email protected] on 28 May 2013 at 4:27

@GoogleCodeExporter
Copy link
Author

Original comment by saltnlight5 on 11 Jun 2013 at 10:46

  • Changed state: Answered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant