I have manually added some class files in jar. and replaced in server. But server didn't come up with this new jar saying : java.lang.SecurityException: class "test.TestProcess2"'s signer information does not match signer information of other classes in the same package.
Do i need to sign the jar after updation and how to do the same.
Thanks in advance