Spring Boot Actuator port when deployed to external Tomcat container
We cannot specify an additional port with an external Tomcat container. Here is why : https://github.com/spring-projects/spring-boot/issues/552
The only way is to extend the endpoints using a context path, say "/management" and apply security on it.