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

[431 byte] By [ankush111_daiicta] at [2007-10-3 11:30:51]
# 1
hi, please open the console set trace level 5 and post more trace about the exception, maybe your problem is more deep inside the Applet.if the applet is located inside subdirs try to change /* to /- at end of your codebase.
wichoskia at 2007-7-15 13:57:26 > top of Java-index,Security,Signed Applets...