I have an applet that is running on a server with ip address A. This ip address is not known on the internet. The firewall NATs this address to ip address B.
When I view my form on
http://B/xxx/xxx.nsf/hdhjd?Openform
it views fine until I try the OpenSession() method on the applet.
I get an error about could not connect to 'A'.
Is there something I can do to make the corba use the B address or the DNS entry.
Inside our firewall the DNS entry for the site points to A,and outside it points to B.
The applet workss fine inside our firewall.
Any help would be much appreciated.
Graham