Hi,
There is public class "public class cEnvironment".
M3 uses it to generate MBM XML message.
adr = InetAddress.getLocalHost();
String tmphost = adr.getCanonicalHostName();
hostName = new MvxString(tmphost.length(), tmphost);
I am running MNS260 in TST environment but by hostname and database are PRD in MBM XML file.
How does M3 BE get host name here? Is it store in M3 database or in grid properties?
Or is it coming from DNS table?
Regards,
Kirill
