每次要重新部署应用程序时,手动重新启动(本地运行)应用程序服务器非常麻烦。手动将EAR复制到autodeploy文件夹(大部分时间)都有效,但我仍然需要导航到EAR,复制它,导航到autodeploy文件夹并发布到那里。
有没有很好的方法来改善这个?
答案 0 :(得分:3)
我为* .war和* .ear文件创建了一个上下文菜单。它将它们复制到autodeploy。将其保存到* .reg文件,然后双击该文件激活菜单。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.war]
@="war_auto_file"
[HKEY_CLASSES_ROOT\.ear]
@="war_auto_file"
[HKEY_CLASSES_ROOT\war_auto_file\shell\deploy2GF\command]
@="cmd /c \"copy \"%1\" C:\\gf_domain\\autodeploy ""