Re: java.security.AccessControlException: access denied (java.security.SecurityPermission insertProvider.SunJCE)

2005-11-21 Thread Chen Jerry
Hi Rakesh, I suppose this statement is not allowed in the default sand box: Security.addProvider(new com.sun.crypto.provider.SunJCE()); Maybe you can singature your jar to expand your applet's privilege. Regards, Jerry 2005/11/21, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi, > > > > I am ha

Re: 5.0.28 v 5.5.12

2005-11-09 Thread Chen Jerry
Hey, did you pay attention to that 5.0.x leverages JDK1.4.2 while Tomcat 5.5.12 leveraging JDK1.5? 2005/11/9, MarcLap <[EMAIL PROTECTED]>: > Hi, > > I have been messing with this for a few days and can't figure out what is > going on. > > 5.0.28 works fine. 5.5.12 does not work at all. Not even p