我有一个最初使用嵌入式Tomcat运行的Spring Boot 2应用程序。项目中包含 Actuator 后,我可以
curl 'http://localhost:8080/actuator/health'
并得到回复。
现在我已将应用程序移动到WAR文件中以部署到外部Tomcat(8.2.23)中,并且不再找到执行器端点。应用程序本身仍然有效,但我无法进入暴露的执行器端点。
这是一个已知错误('功能'?),还是需要特殊配置?我目前没有尝试定义任何新的执行器端点。我也没有安全措施。
答案 0 :(得分:0)
在外部tomcat中部署时,应用程序的所有其他端点现在将变为http://localhost:8080/{Name of war file}/actual-end-point