Hi,
I am trying to connect from orion application server to a RMI server, but I am getting the following error,
Exception : access denied (java.net.SocketPermission 176.1.111.44:2005 connect,resolve)
java.security.AccessControlException: access denied (java.net.SocketPermission 176.1.111.44:2005 connect,resolve)
Can any one help me to solve the problem. Is there any special configuration to be made in orion server? If so please pass on the steps to be done the orion server. I have given below exact scenario,
1. I have an application, which uses
EJB and
JSP.
2. I am trying to access a RMI method, which has in different machine, from my JSP file.
3. I would like to display the value, which returns from the RMI method.
Thanks in advance.
Venkat