Posted By:
s_k
Posted On:
Wednesday, April 11, 2001 02:35 PM
We are using Tomcat 3.2 and need to connect to an RMI based server process from a JSP page.
We have used these switches to specify the policy file
-Djava.security.manager -Djava.security.policy=="%TOMCAT_HOME%/conf/tomcat.policy" -Dtomcat.home="%TOMCAT_HOME%"
But anytime we change the policy file from "all permissions" to a specific codebase, we get 'Access denied' errors.....any help on this is welcome.