It's urgent : Signing the JAR
In my application there is a applet which tries to open a socket connection on client machine.
And as per JAVA specification it throws a security exception.
Which is absolutely right.
But I want to test this application.
Is there any utility or temporary signing clause which allows me to test the above thing with some limitations like u must have server and client (browser) running on same machine or anything.
Regards,
Sachin.

