Results 1 to 2 of 2

Thread: Spring batch admin usage and configuration

  1. #1
    Join Date
    Jul 2010
    Posts
    28

    Default Spring batch admin usage and configuration

    Hi,

    I deployed th web application for Spring batch admin in Tomcat and i have 2 questions.
    1) How can i remove the samples jobs provided (job1,job2..) to see only the jobs from my application
    2) actually it is not possible to launch my jobs from the UI, they appear not launchable. What can i modify to see them launchable ?

    Thanks.

  2. #2
    Join Date
    Jun 2005
    Posts
    4,232

    Default

    1) remove the configuration from META-INF/spring/batch/jobs
    2) add your own configuration to META-INF/spring/batch/jobs

    See the user guide for more detail: http://static.springsource.org/sprin...Job_Executions

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •