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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unable to download any jar file !

843802Oct 25 2001 — edited Oct 29 2001
Hi,

I'm using javaws 1.0.1 with Websphere 3.5.2 and IE5.

I want to use the JnlpDownloadServlet to provide the version-based download protocol, so I deploy it on Websphere.

When I launch my application, javaws download the jnlp file, then ask for the jar. The server send the jar to javaws ( I can see this file with a sniffer and in the logs) but javaws is unable to download this jar. Then, logically, after a few time an exception occurs :
java.net.SocketException: Connection reset by peer

I have configured the httpserver with all the mime types (jar, jardiff and jnlp).

Could you help me, please ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2001
Added on Oct 25 2001
8 comments
303 views