We downloaded the Spring Batch Sample Admin project.
Copied the job.xml into SpringBatchAdmin\WEB-INF\classes\META-INF\spring\batch\jobs
and copied the classes package into SpringBatchAdmin\WEB-INF\classes
But not able to launch a spring batch job from spring batch sample admin application. Though, batch is shown as launch-able, clicking on it doesn’t launches the batch.
