【发布时间】:2010-06-29 07:04:39
【问题描述】:
我尝试使用 IBM Websphere $AdminApp(和 Ant 任务)在远程服务器上安装/更新应用程序 EAR。 You may want to read this question too.
手动流程
我用这个命令行打开一个 jython 控制台:
$was61profile1\bin$> wsadmin.bat -lang jython -host MYHOST -port 32092
之后我想列出所有应用程序:
wsadmin>AdminApp.list()
WASX7015E: Exception running command: "$AdminApp list"; exception information:
com.ibm.ws.scripting.ScriptingException: WASX7206W: The application management service is not running. Application management commands will not run.
我认为这里的信息很清楚:应用程序管理服务没有运行。
如何启用应用程序管理服务?
我确实在可怕的 IBM 网站上搜索过文档。我还尝试单击 Websphere 管理页面上的配置选项。但是我找不到任何靠近应用程序管理服务的东西。我现在用英语语言设置再次点击,但如果有人能指出配置选项或文档,我将不胜感激。
【问题讨论】:
标签: configuration websphere admin