I am new to springbatch. I am trying to create a batch application and integrate with batch admin ui. Versions I used are spring-batch-2.2.7 and spring-batch-admin-1.3.0.M1. I am able to run my job using junit and also able to see all my jobs on admin ui. When i click on the job, I am getting 404 error.
Home Page -
http://myServer/ApplicationName
List of jobs link -
http://myServer/ApplicationName/batch/jobs
When i click on the job link url is missing 'batch' in the url.
http://myServer/ApplicationName/jobs/JOBNAME
Can anyone please help me resolve this issue? Thanks!