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.

[625 byte] By [Tamimia] at [2007-11-27 4:33:37]
# 1
don't use scriptlets...But that's not why this fails. Looks like you have a configuration problem on your server.
jwentinga at 2007-7-12 9:43:28 > top of Java-index,Java Essentials,Java Programming...
# 2
Thank you, but is that correct to write the JSP the same as my client file?
Tamimia at 2007-7-12 9:43:28 > top of Java-index,Java Essentials,Java Programming...