I have applet servlet communication working *almost* perfectly.
The applet and servlet communicate using http object passing.
The only problem is that a few people (unfortunatly the main client get file not found errors of:
java.io.FileNotFoundException:http//144.173.39.65/deal/loginservlet
I know they're behind a firewall and use a proxy, but other people using firewalls and proxies have been able to access the page without problems.
Does anyone have any ideas on how I can get around this as the client needs to be able to see it from behind their proxy.
As they are not amazingly computer literate, it would be better if I could make changes with the code and not get them to reconfig their proxy - but if thats what it takes
Cheers and if you need any more info please ask...