File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes URLConnection ok in 1.3.1 - no good in 1.4 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "URLConnection ok in 1.3.1 - no good in 1.4" Watch "URLConnection ok in 1.3.1 - no good in 1.4" New topic
Author

URLConnection ok in 1.3.1 - no good in 1.4

John Davis
Ranch Hand

Joined: Nov 02, 2000
Posts: 181
In a Swing GUI, URLConnection works fine in 1.3.1_02 but the same code gets connection reset by peer when run in 1.4. Any idea as to why this might be? The URLConnection being obtained is to a servlet acting as an EJB client, the resulting input stream is JSP and the container is the Blazix application server (Desiderata).
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: URLConnection ok in 1.3.1 - no good in 1.4
 
Similar Threads
about servlet making
Please Help
Java, Send URL, Get URL
Swing applet URL connection JDK1.4 malfunction
from a applet how can i call a servlet??