Originally posted by Dan Lynch:
I know it shouldnt work when trying to connect to a serversocket on a different machine, but can I do this.
Also I am a bit confused about the process of signing and unsigned applets. If I run my applet from a webserver on the same machine that is hosting the serversocket and then access the applet from a remote client, should it work?
The applet is downloaded from the same IP address that it attempts to contact in this scenerio, so it should work signed or unsigned. The FAQ covers that as well.
Would you by any chance be using the appletviewer provided with the JDK or be loading the HTML file directly from the file system (as opposed to loading it through a web server?