Results 1 to 5 of 5

Thread: Spring Batch Job and Autosys

  1. #1
    Join Date
    Jun 2010
    Posts
    2

    Default 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?

  2. #2
    Join Date
    Mar 2006
    Posts
    312

    Default

    I believe you would need to install an Autosys remote agent on your JBOSS server and execute the Spring Batch jobs via the CommandLineJobRunner.

  3. #3
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    You can also deploy jobs in Spring Batch Admin on JBoss and then launch them from a shell script using curl.

  4. #4
    Join Date
    Jun 2010
    Posts
    2

    Default Spring Batch Job and Autosys

    JMS messages or curl which is the better way to trigger spring batch job.

  5. #5
    Join Date
    Jun 2012
    Posts
    14

    Default

    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
  •