Posted By:
Nick_Adams
Posted On:
Wednesday, February 11, 2004 12:49 AM
Hi, i'm writing a server in RMI that will be accessed from a webservice running on tomcat.
The system works fine when a standalone client is used to call the method on the server but when the webservice is used i get a
java.security.AccessControlException
. I have tried adding the security permissions i have for the standalone client to the catalina.policy file but it doesn't appear to make any difference to the outcome.
Can anyone point me to any tutorials that cover this situation
Thanks Nick