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!

connection timeout in Java Webstart

849509Mar 22 2011 — edited Mar 23 2011
I have rich client running in Java webstart(Java 1.60). It sends a http post request to a servlet(Jboss 4) and the servelt starts a long job. Once the job is completed, the results are passed back to the client side. I found there seems to be a timeout setting of 5 minutes. Once the job runs more than 5 minutes, the connection will be terminated. On the server side, it throws a broken pipe exception.

I wonder how I can solve this problem.

Thanks,

Bo
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2011
Added on Mar 22 2011
1 comment
928 views