-
Jul 1st, 2010, 01:24 AM
#1
Spring Batch Job and Autosys
Hi,
In my new application, I need to deploy spring batch jobs on JBoss server.
I need to trigger these jobs using Autosys.Can this be done?How to trigger spring batch jobs deployed on appserver from autosys?
-
Jul 2nd, 2010, 12:03 PM
#2
I believe you would need to install an Autosys remote agent on your JBOSS server and execute the Spring Batch jobs via the CommandLineJobRunner.
-
Jul 5th, 2010, 05:53 AM
#3
You can also deploy jobs in Spring Batch Admin on JBoss and then launch them from a shell script using curl.
-
Jul 13th, 2010, 01:52 AM
#4
Spring Batch Job and Autosys
JMS messages or curl which is the better way to trigger spring batch job.
-
Jul 23rd, 2012, 09:52 AM
#5
Hi ,
If I deploy the spring batch as EAR file on JBOSS , Can we executed it via CommandLineJobRunner ?
Have you come across any example ? I assume it will be quite ugly to find the location to Job Jar in EAR file ?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules