RMI and JSP
hallo,
I am beginner in java, and I had created an RMI application that offer echo service and it works properly, but, what do I need to create a JSP page to benefit from this service, I tried to put in this page th same as in the client in my RMI application, but there was an error as foolow:
16.05.2007 15:33:50 org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket
WARNUNG: Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080]security exception: java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:2441 accept,resolve)
thank you.

