RMI and Servlets

2000-04-14 Thread Rustic, Carl
Has anyone gotten a servlet to work with RMI? I set my policy file for my Java App rmi based server to "AllPermissions" but my servlet still chokes on security and access exceptions when i try to do the RMI lookup to the rmi registry. My current RMI server communicates successfully with applets i

Re: RMI and Servlets

2000-04-14 Thread Daniel Lopez
Hi Carl, Is your servlet in this case the server or the client? If it is the client, as your mail seems to indicate, then setting the policy file on your Java App, the SERVER, is not going to help your servlet, which is the CLIENT. Try to set the policy file of your servlet container so it allows