mk23 / jmxproxy

JMX to HTTP Proxy
https://mk23.github.io/jmxproxy
MIT License
42 stars 19 forks source link

JMXProxyApplicationTest fails on port conflict #139

Closed mk23 closed 7 years ago

mk23 commented 7 years ago

If something is listening on 8080 or 8081, JMXProxyApplicationTest will fail with port already in use error. Change the test config to select any unused port.