Hi All,
I am facing an issue in my jnlp application after weblogic server restart while downloading JNLP file it takes IP address (http://x.x.x.x:port/resource../.jnlp) instead of hostname(server name) of the remote server.
Deployment runtime
JDK 1.7
Weblogic 12.1
In code jnlp URL configured as codebase=$$code_base, I would like to know in what case hostname/dnsname/IP address picks dynamically If so, can we have control over this settings to take only hostname not IP address.
Appreciate if anyone help with this!
Thanks,
Mohan