You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Sellers, Christopher (WIS)" <Ch...@williams.com> on 2000/05/02 22:38:08 UTC

JSP & RMI

I'm trying to use RMI in a JSP. I'm to the point where I'm getting the error
about not being able to unmarshall the stub. On further investigation I find
that tomcat is dumping java.rmi.RMISecurityException: security.file.read. In
a Java application, I handle problems like this with a policy file. How do
you specify a policy file to a JSP/Servlet or how do I get the same
functionality?

Thanks, 
Chris Sellers