Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Downloading JNLP file takes IP address instead of hostname of the remote server

2c56c994-b38e-4058-a2bb-1fbb5056d3f5May 28 2020 — edited May 28 2020

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

Comments

Post Details

Added on May 28 2020
0 comments
611 views