大家都是我在JBoss上的新人,我正在学习如何编写一个gradle脚本来自动化JBoss上的部署过程。我已经阅读了很多文章,他们都说这个命令是:
{JBOSS_HOME}/bin/jboss-admin.bat --connect command=:shutdown
但它总是说控制器不可用,我确定服务器已经启动:
C:\jboss-as-web-7.0.2.Final\bin>jboss-admin.bat --connect command=:shutdown
Authenticating against security realm: 127.0.0.1
The controller is not available at localhost:9999
You are disconnected at the moment. Type 'connect' to connect to the server or '
help' for the list of supported commands.
Press any key to continue . . .
我知道我在安装后更改了属性文件,现在管理员CLI需要凭据,但我找不到一种方法来传递用户名和密码以及admin.bat,所以我可以用什么方式关闭它?感谢
答案 0 :(得分:0)
根据官方文档,他们没有在7.0.2中提供该功能,但他们已经在更高版本中添加了该选项。