Not sure if this will solve your problem, but you might have to change the java.policy file on the clients machine. I have been using Applets with EJBs successfully without much difficulty so far. I simply included a line to allow all permissions in the policy file. This is fine when deploying over an intranet, but obviously not a good solution over the internet.
Steve Knight ----- Original Message ----- From: "Tim Yates" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 12:22 PM Subject: [JBoss-User] Problem with Applets and Security > Hi Everybody!! > > Hopefully this is a quick one... We are using the JBoss 2.4.3/Tomcat > 3.4.3 package, and are trying to deploy a client Applet which can interact > with our EJBs. However, no matter what I try, I keep getting the Exception: > > java.security.AccessConterolException: access denied (java.io.FilePermission > \C:\version2\dist\TeamNetBuild\jboss\conf\tomcat\- read) > > Now, I remember this was a problem about 6 months ago, as the applet should > not be trying to access the file properties. For one they do not exist on > the machine that the applet is running on... > > Has this bug crept back into 2.4.3? Is it fixed in a later version? Has > anyone managed to get Applets to work as client apps? > > Hehe, I hope so, as otherwise I am going to have to serialize objects to a > servlet... hee hee > > Hope someone can help! > > Thank-you very much! > > Tim Yates > Java Developer > Team Netsol Ltd. > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
