Apologies if this is somewhere in the documentation but I've not been able to find it.
I am looking to deploy a spring batch application into websphere 6.1.
In the environment I am currently working in then I do not have access to a scheduler and neither do I get command line access in order to kick off the batch process.
I have tested the batch process in Eclipse using the CommandLineJobRunner class through the run config.
My question is how am I to start the process from within websphere without the access detailed.....would it be an idea to parcel it into a web service and initiate it via a WS call to the commandLine JobRunner or somesuch?
Anyway, any help would be greatly appreciated.
Thanks
Rob


Reply With Quote
