进入V9根目录下的bin目录:
输出应用列表:
appctl list
部署应用:
appctl install your_application_name /your_app.war -context /your_context
卸载应用:
appctl uninstall your_application_name
重启应用:
appctl restart yoer_application_name
PS: 部署其他域下的命令需要加上 -s localhost:端口(代表使用域所使用的端口号)
例如:
appctl -s localhost:6877 restart yoer_application_name