I instead now use the EC2 instance name. Best Regards Matthew Lowe
> On 15 Jun 2016, at 15:40, Jacob Johansen <[email protected]> wrote: > > that looks like the host name not the ip, if all of your boxes have > the same host name on the box, you will see that issue > Jacob Johansen > > >> On Wed, Jun 15, 2016 at 4:25 AM, Matthew Lowe <[email protected]> wrote: >> Hello. >> >> When I run the following code on my supervisor I am given the nimbus IP? >> What is happening here? I want the IP of the host machine this code is run >> on, not the nimbus. >> >> String hostName = InetAddress.getLocalHost().getHostName();
