I have two WARs deployed in same jboss application server:-
WAR 1 --> Having Job launcher and job related servies
WAR 2 --> Just have Spring Batch Admin.
I am using same DB repository for both spring batch(WAR1) and spring batch admin(WAR2).
I am able to access all job-related status by using Spring Batch Admin but I am stuck how to trigger the job which is deployed in WAR 1,
I am also able to create the rest web-services in WAR1 with below URL
But now what would be my next, where I should configure this rest URL in Spring Batch Admin.
It will be great if someone can help me on that.