How does Hawk agent get the IP address if a machine has multiple IP addresses/NIC?

How does Hawk agent get the IP address if a machine has multiple IP addresses/NIC?

book

Article ID: KB0087449

calendar_today

Updated On:

Products Versions
TIBCO Hawk -
Not Applicable -

Description

Resolution:
Hawk agent get the IP address through Java method java.net.InetAddress.getLocalHost().getHostAddress(). This method returns the local host’s primary address.

Issue/Introduction

How does Hawk agent get the IP address if a machine has multiple IP addresses/NIC?