I am attempting to deploy a signed applet (inside a signed jar, of
course) on WebLogic 8.1 SP4. When the HTML/JSP that contains the
<applet> tag is loaded in the browser (IE6) - the security dialog that
is supposed to come up asking you whether you want to grant or deny
privileges to the applet, does not
show. The equivalent signed JAR with the applet deployed under Tomcat
5.0.28 correctly yields the security dialog, and I can grant
privileges to my applet.
I would like to know how to deploy a signed applet (inside a signed
JAR, of course) on WebLogic 8.1 SP4, so that when the HTML page is
loaded by IE6, the security dialog (which is generated by Sun's Java
1.4.2_09 Plug-In) will come up? Thank you. |