Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 apache tomcat 上运行的 JSP/Servelt webapp。我正在使用 .WAR 文件在外部 tomcat 服务器中部署这个 webapp。
我如何配置它,当部署 .WAR 文件时,webapp 也会自动启动。(我必须在 web.xml 文件或 context.xml 中进行哪些更改或任何其他更改)
我该如何配置,一个 web 应用程序启动它连续运行?
通过外部脚本(如 shell 脚本)自动化您的 Web 应用程序(WAR)部署,一旦您的部署完成,运行 tomcat 的启动脚本。
这比考虑修改部署描述符更安全。