开发者

SSL: Tomcat or JBoss?

I actually have an application deployed on a Tomcat server but in the future I think I'll pass to JBoss. Now I have to implement the u开发者_开发百科se of https for communication and I don't know if it's better to implement it first on Tomcat or if is better to pass to JBoss first and then implement everything. Is https management so different between them? Is there any advantage in using JBoss instead of Tomcat?

Thanks

Jaxer


Tomcat already supports SSL. JBoss uses under the covers a fork of Tomcat which is expanded with extra services (EJB, JMS, etc). The original Tomcat core is generally only slightly modified. You can readup the JBoss SSL HOWTO here, which is, as you see, not much different from Tomcat's HOWTO.


The classical way (for me) is to use only tomcat (a lot lighter) and add a axis stack for webservices. Https is already manage by tomcat.


Adding SSL is pretty trivial in both cases. Start with what you have.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜