I need help with security settings in the deployment tool. I want to set permissions on an EJB (session) without a login dialog. I have followed the example used in the J2EE tutorial (DukesBankApp) to setup roles and users. The only difference with my app is to not have the login. The reason that I need to have this is to give the bean the ability to have file I/O access rights. At the moment, I am receiving a FilePermissionException. Do I need to set the security.policy file? When I review the file it seems that servets and the EJBs have file access. I do not know what is causing this to happen!
Thanks!
[ October 01, 2003: Message edited by: P.Jamieson ]
[ October 01, 2003: Message edited by: P.Jamieson ]