Hi guys,
What I am trying to do is run an applet, from the serversocket machine... and allow people to access the applet remotely.
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.
So acces the applet on the hachine from which it is hosted? From remote acces does every client have to download the .policy file?
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?
I am loading the applet into a webpage and accessing the file system directly. I wanted to get this working before I tried it on a webserver. So the machine running the serversocket has to also host the applet? Just wondering as I will have to install the webserver on the serversocker machine and it would be much simpler not to.
Yhanks for the help thus far.
Dan