Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

Applet communicate Servlet Problem

843840Nov 13 2002 — edited Nov 14 2002
Hi all
I simply wrote some samples which using URLConnection to send and get information between applet and servlet, I am wondering this communicate is scalable or not, because after I run the samples applet and the application crashed. On the server side it showed me the error message:
"No processor available, rejecting this connection"
and on the client side (applet) it showed me the error message:"java.net.SocketException: Unexpected end of file from server"
and what is wrong? is it because server can't handle so many URLConnection and can't process the request? which also means that the approach can't be used in Enterprise Application?

Please somebody help me and I'll appreciate your help

Thanks
Billsend
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2002
Added on Nov 13 2002
5 comments
130 views