[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
how to configure jwatch and quartz to launch jobs in J2EE  XML
Forum Index -> Quartz
Author Message
emathia

neo

Joined: 09/18/2012 03:13:11
Messages: 5
Offline

Hi all
I am an user of jwatch tool and I appeal to its users. I want to utilize you tool in a JBoss server with Quartz 2.1.6 to launch a simple jobs, but i am newbye of this environment. I think I'm getting something wrong but I could not understand what.
I am working with JBoss 4.2.3 with those parameter :

-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.port=2911
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dorg.quartz.scheduler.jmx.export=true

in the deploy path i insert a quartz-service.xml so defined:

<?xml version="1.0" encoding="UTF-8"?>
<server>
<mbean code="org.quartz.ee.jmx.jboss.QuartzService" name="user:service=QuartzService,name=QuartzService">
<attribute name="JndiName">Quartz</attribute>
<attribute name="Properties">
org.quartz.scheduler.instanceName = DefaultQuartzScheduler
org.quartz.scheduler.rmi.export = false
org.quartz.scheduler.rmi.proxy = false
org.quartz.scheduler.xaTransacted = false
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 5
org.quartz.threadPool.threadPriority = 4
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
</attribute>
</mbean>
</server>

Now, jwatch application it runs well, but in the "Scheduler" selection tag there is no element (label "Select a Scheduler..."). Does not jwatch launch a job itself?
May be i could define a scheduler class an deploy it in a ear package?
Could you please explain me how to setup that task for this environment?

Thanking you in advance…
light5

ophanim
[Avatar]
Joined: 01/14/2011 20:32:56
Messages: 513
Offline

Have you tried jwatch project forum?

Zemian Deng
---------------
Looking for a web UI to manage Quartz?
Try http://code.google.com/p/myschedule
[WWW]
emathia

neo

Joined: 09/18/2012 03:13:11
Messages: 5
Offline

Hi light5, I have not tried there.
Could you please send me a link?
light5

ophanim
[Avatar]
Joined: 01/14/2011 20:32:56
Messages: 513
Offline

I do not know about jwatch project. You are using it, shouldn't you know where you get it from?

Zemian Deng
---------------
Looking for a web UI to manage Quartz?
Try http://code.google.com/p/myschedule
[WWW]
emathia

neo

Joined: 09/18/2012 03:13:11
Messages: 5
Offline

I don't think it is a project forum for jwatch application.
emathia

neo

Joined: 09/18/2012 03:13:11
Messages: 5
Offline

Someone could reccomend me a Quartz GUI framework?
light5

ophanim
[Avatar]
Joined: 01/14/2011 20:32:56
Messages: 513
Offline

You can try http://code.google.com/p/myschedule

Zemian Deng
---------------
Looking for a web UI to manage Quartz?
Try http://code.google.com/p/myschedule
[WWW]
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team