开发者

Signed jar files in tomcat

I have an applet that runs inside an web application. The applet requires certain jar's to be signed for its successful running.

So I am signing a few jar files required by the applet and leaving the remaining jar files unsigned or plain in the web-app.

This web application along with the applet runs in a Tomcat container. Does this mix and match presence of self-signed and unsigned jar's affect the web-application in any开发者_高级运维 way? Does the app show errors or exceptions or does not work due to this?

I tried it and ended up in few other issues. I am not sure if these issues are the outcome of this co-existence of signed and unsigned jar's or they are independent issues.


The applet should normally run on the client side, and normally only the Java plugin cares whether or not some of the jars are signed or not. Tomcat (which runs on the server side) does not execute the applet code, and thus does not care whether it is signed or not.

Thus, if you get the plugin to accept your partly signed applet, Tomcat should have no problem at all.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜