diff --git a/hystrix-examples-webapp/src/main/webapp/index.jsp b/hystrix-examples-webapp/src/main/webapp/index.jsp index 76efeca67..504af0be4 100644 --- a/hystrix-examples-webapp/src/main/webapp/index.jsp +++ b/hystrix-examples-webapp/src/main/webapp/index.jsp @@ -34,7 +34,7 @@ To see the realtime stream change over time execute the following (with correct hostname, port etc) to keep accessing the webapp while watching the stream and you will see the metrics change:

-	while true ; do curl "http://localhost:8080/hystrix-examples-webapp"; done
+	while true ; do curl "http://localhost:8989/hystrix-examples-webapp"; done
 	

The configuration of Hystrix for this functionality is done in web.xml as follows: