cancel
Showing results for 
Search instead for 
Did you mean: 

How to sign an applet on Portal Server!!!!

SandipAgarwalla
Active Contributor
0 Kudos

Hi All,

We have a custom applet which we would like to host on the Portal server. As far I know, the applet (jar containing the applet) need to be signed by the server.

How shall I sign it against the portal?

Any help is appreciated.

Regards

Sandip

Accepted Solutions (0)

Answers (2)

Answers (2)

SandipAgarwalla
Active Contributor
0 Kudos

closing the thread..

Former Member
0 Kudos

Hello

you only need to sign your applet for if it performs actions not allowed by the Java Plugin Runtime (i.e. access harddrive)

have a look at the this <a href="http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/contents.html">link</a> for more informations on applets and signing applets

regards franz

reward points if useful

SandipAgarwalla
Active Contributor
0 Kudos

Hi Franz,

The applet is going to create/modify existing files, so we need to sign it.

The link was quite useful. Still I am looking for specific info on how to sign the applet by the Portal server certificates.

As far I know, there are 2 certs portal server has, verify.der & verify.pse......

How shall I sign my applet with these certificates...

Regards

Sandip