gpt4 book ai didi

tomcat - 从命令行停止 web 应用程序 tomcat

转载 作者:行者123 更新时间:2023-11-28 21:44:23 25 4
gpt4 key购买 nike

我正在编写一个自动将应用程序部署到 tomcat 服务器的 bash 脚本。如何从 bash/命令行停止应用程序?

最佳答案

另一种方法是使用 CURL。就我而言,我在没有 WGET 的公司 Windows 机器上。不过我确实有 CURL,并且可以通过 GIT BASH 终端使用它。

要列出在 Tomcat 上运行的应用程序,我运行以下命令(使用用户名:密码)

curl --user admin:admin http://localhost:8080/manager/text/list

然后停止名为“myapp”的应用程序

curl --user admin:admin http://localhost:8080/manager/text/stop?path=/myapp

关于tomcat - 从命令行停止 web 应用程序 tomcat,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11083981/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com