I have created Eureka server and zuul server which runs on port 8761 and 8762 with embedded server perfectly,
But Problem is when i deploy war on local tomcat, eureka server runs perfectly(http://localhost:8080/EurekaServer/).
But zuul is not able to find eureka server when i start zuul war on local tomcat.
Error is : java.net.ConnectException: Connection refused: connect
need to run multiple instances of tomcat on different ports ? if yes, how ?