I am having an
applet client which has to lookup an remote server
object on a server within a firewall.
The firewallport 900 has been given full access.
The server objects are binding to the tnameserver on the same machine.
Even the webserver where my html and applet class file are located also on the same machine .
my client is a IE browser which loads the html file as well as the applet class file successfully.
but the applet gives an exception and the lookup fails
the same code works fine if is run from within firewall
but fails for clients outside the firewall
how can i tunnel through the firewall.
when i bind the object to the tnameserver i am mentioning
java.server.codebase, java.server.hostname, java.server.security.policy,
but still not working
The firewall is PIX Firewall
http ftp etc are working for port 900( tested)
but rmi-iiop fails
when the webserver on port 80 is being contacted by the applet
why the tnameserver on port 900 is not being able to connect
please help me in this matter.
its very urgent!!!