I created a JAVA-backend in spring boot and configured it as Windows Service. The purpose of the service is to serve REST API.
For instance, to list users, we need to call: localhost:8090/users
I want to make this service available on a Failover Cluster. For that, I created a generic service and it has a new Role IP: 10.143.xx.xx. I was expecting to be able to call now 10.143.xx.xx:8090/users but I'm getting "connection timed out".