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!

Problem with JWS in intranet

843802Aug 29 2002 — edited Sep 4 2002
Hi all,

I'm having a strange problem with JWS: I have set up the web server at my machine (in a company intranet) to return proper mime type for jnlp and installed a Java application to be launched by JWS. However, the application starts only if I use "http://localhost/application/" codebase in the jnlp file. If I try to specify my computer's network name (http://rafalg/application/), JWS can't start the appliation and informs me that bad mime type was returned (text/html).
What is more, it seems that it doesn't make a request to my web server in the second case - no requests are recorded in server log. So I suppose it doesn't get the jnlp file, but some html error message instead.
The computer name is correct and I can access web pages correctly through my web server and a browser(and I can access the jnlp file as well).
Why can't JWS get the file?
I am using Win2k professional OS and IIS or CometWay AK web servers.
I will greatly appreciate any help.

Rafal

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2002
Added on Aug 29 2002
2 comments
125 views