Hello all,
I just tried to temporarily set a system property within my module code, with unfavorable results:
System.setProperty("sun.net.spi.nameservice.nameservers", "8.8.4.4,8.8.8.8");
This is necessary because we want to make sure that domain names are not resolvable on the server… except by the module. Is there an Ignition-specific method of setting jvm system properties?
Thank you for your help.