Hi,
We are using
applets as our frontend and websphere3.5 for hosting the
servlets. We have managed to configure the remote OSE for making the HTTP server from machine A to call the servlets in the APP server in Machine B.
The problem here is that the applets are able to call servlets only for
http://localhost/servlets but not for
http://IPaddress/servlets from machine A.
The applets are in the HTTP server(machine A) and the servlets are in the app server(machine B). Because of this, when i am trying to call applets from Machine C through browser, it is giving "com.ms.security.SecurityExceptionEx[rajpak/test.testmethod]: cannot connect to "172.20.83.174"
at com/ms/security/permissions/NetIOPermission.check"
Can anyone tell us how to solve this problem?.
Thanks
Sriram