Applet communicate Servlet Problem
843840Nov 13 2002 — edited Nov 14 2002Hi 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