Unable to download any jar file !
843802Oct 25 2001 — edited Oct 29 2001Hi,
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 ?