My project is hosted on a Websphere server and my Autosys is implemented in a Unix server where my NAS is located. The autosys jobs invokes Korn Shell scripts in the NAS. I am looking to debug the application locally and would like to have these Autosys jobs running locally on windows. What is the best way to do this?
What I am thinking of is using a CRON scheduler for Eclipse and convert all Korn Shell scripts to Bash scripts. However, this is tedious and I was wondering if there were any easier solutions.
Korn Shell can be run in Cygwin and (I believe) there is autosys support on windows