grant codeBase - Problem
hi all,
I am using a aplet which is on some server http://xyz.com:9080/application. Server is JBoss4.0.4
In the java.policy file, i am using
grant codeBase "http://xyz.com:9080/application/*"
{
permission java.security.AllPermission;
};
But still i am getting AccessControlException while the applet is loaded.
Its very urgent. Pls help.
Thanks and Regards,
Ankush

