cancel
Showing results for 
Search instead for 
Did you mean: 

How to schedule an EAR

Former Member
0 Kudos

Hi all,

I developed an EAR project and I need to schedule it in order to run it every day.

How can I do??

Thanks,

Vito

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you are looking for any 3rd party schedular product which fits perfectly fine with a J2EE app server then <b>FLUX</b> is the best option.

http://www.fluxcorp.com/scheduler/

This is upto J2EE 1.3. If your app server is J2EE 1.4 compliant then you can user the Timer service which is a part of EJB 2.1 specifications.

http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Session5.html

Former Member
0 Kudos

Thanks,

Does it exist an open source product like FLUX in ordere to schedule one or more EAR??

Thanks,

Vito

Former Member
0 Kudos

Check out Essiembre J2EE Scheduler on the followin url

http://java-source.net/open-source/job-schedulers

Former Member
0 Kudos

Or you set up a Servlet that starts up with the server and call some threads which trigger once a day your necessary beans.

Answers (1)

Answers (1)

former_member192029
Active Contributor
0 Kudos

Hi

To be honest, I have not tried for SAP Projects. When I was in JAVA developement, we created batch (.bat) file and set it in windows scheduler. It deploys auotmatically into the server.

The same way, In EP, we need to find the server deployment file path from visual admin (e.g web container or servlet.etcc). Then we can put our files in that area. But if errors occurs in this type deployment, we don't know how to trace it out. (So not preferable).

or else you can use any testing tools like winnrunner or QTP scripts for this (Very expensive)

Cheers

Jawahar Govindaraj