Why after configuring my Jboss Monitor do I have an error where NeoLoad is trying to connect to 127.0.0.1?
NeoLoad uses JMX (Java Management Extension) to monitor a Jboss server.
After the first connection using the IP address that you have set in the Monitor settings, Jboss might send back the loopback address 127.0.0.1 This address will be then used for the rest of the connection and it will fail since it is not the correct target address.
It mostly happens when Jboss is under Linux. You have to modify the /etc/resolv.conf file in the Jboss server in order to have something like that:
<your IP> hostname127.0.0.1 localhostSee JBoss monitor.
Home