M
mikek
Does anyone have any experience with making a socket server connection
from an applet embedded in a web page? Specifically, I am able to
establish the socket server connection without any problem - that is,
after signing the applet with a certificate. However, after leaving
the page and returning, the socket connection is always unavailable
(non bindable). The only way to re-establish a connection is to close
the web browser completely and re-open it. I've tried to close the
connection in the applet "stop()" callback, but to no avail.
from an applet embedded in a web page? Specifically, I am able to
establish the socket server connection without any problem - that is,
after signing the applet with a certificate. However, after leaving
the page and returning, the socket connection is always unavailable
(non bindable). The only way to re-establish a connection is to close
the web browser completely and re-open it. I've tried to close the
connection in the applet "stop()" callback, but to no avail.