Jump to content

Recommended Posts

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...

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×