You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by jim kraai <jk...@murl.com> on 2000/02/08 23:49:34 UTC

How? RMI Policies File w/ Tomcat

Greetings,

How can I get Tomcat to use a policies file to do RMI?

I have a policies file.

I have a servlet that attempts to make use of RMI, but I don't 
see where I can tell Tomcat to use the policies file.

I get:
exception: java.security.AccessControlException: access denied (java.net.SocketPermission <IP address:port> connect,resolve)
when I try to access the servlet via a browser.

Thanks,

--jim