Hello people,
I am trying to connect from an applet, embedded in an html page and using the java plug-in (1.4), to a servlet or jsp page on an orion j2ee application server.
On loading the applet the following exception is thrown
Exception:java.security.AccessControlException:access denied (java.net.SocketPermission 10 resolve)
I understand from looking round the internet that the problem is that the orion server is not configured to allow socket connections to this applet. If this had been a tomcat server then I think this would have been configured in the
tomcat.policy
configuration file. Does anyone know if there is an equivalent config file or alternative method for configuring the orion server to allow the applet to communicate with the server?
Thanks in advance.
Colombian
I am trying to connect from an applet, embedded in an html page and using the java plug-in (1.4), to a servlet or jsp page on an orion j2ee application server.
On loading the applet the following exception is thrown
Exception:java.security.AccessControlException:access denied (java.net.SocketPermission 10 resolve)
I understand from looking round the internet that the problem is that the orion server is not configured to allow socket connections to this applet. If this had been a tomcat server then I think this would have been configured in the
tomcat.policy
configuration file. Does anyone know if there is an equivalent config file or alternative method for configuring the orion server to allow the applet to communicate with the server?
Thanks in advance.
Colombian