我有一个 Java Spring 项目,其中 Autosys 在 Unix 服务器上运行。我如何让它在本地的 Windows 环境中工作
I have a Java Spring project where Autosys runs on a Unix server. How do I make it work in a Windows environment locally
我的项目托管在 Websphere 服务器上,而我的 Autosys 是在我的 NAS 所在的 Unix 服务器上实现的。 autosys 作业调用 NAS 中的 Korn Shell 脚本。我希望在本地调试应用程序,并希望在 windows 上本地执行这些 Autosys 作业 运行。做这个的最好方式是什么?
我正在考虑的是为 Eclipse 使用 CRON 调度程序并将所有 Korn Shell 脚本转换为 Bash 脚本。但是,这很乏味,我想知道是否有更简单的解决方案。
Korn Shell 在 Cygwin 中可以是 运行 并且(我相信)在 windows
上有 autosys 支持
Korn-Shell for Windows 7?
我的项目托管在 Websphere 服务器上,而我的 Autosys 是在我的 NAS 所在的 Unix 服务器上实现的。 autosys 作业调用 NAS 中的 Korn Shell 脚本。我希望在本地调试应用程序,并希望在 windows 上本地执行这些 Autosys 作业 运行。做这个的最好方式是什么?
我正在考虑的是为 Eclipse 使用 CRON 调度程序并将所有 Korn Shell 脚本转换为 Bash 脚本。但是,这很乏味,我想知道是否有更简单的解决方案。
Korn Shell 在 Cygwin 中可以是 运行 并且(我相信)在 windows
上有 autosys 支持Korn-Shell for Windows 7?