Re: applets and firewalls
Firewall could be a problem with port 8080
Re: applets and firewalls
What about using other URLs like www.xxxxx.com?
May firewalls block the transfer of text files from web server to applets? I am letting them access text files from web servers without serverlets.
Re: applets and firewalls
Unsigned applets can ONLY connect to the server they were loaded from.
Re: applets and firewalls
if you're a Java applet is, exchange information from the server, it is better that you use either XML or Json, this is more elegant and efficient way of exchanging data between the applet and the server further XML Apis whether Dom or sax are well-defined within the Java runtime.