SSL: Tomcat or JBoss? -


i have application deployed on tomcat server in future think i'll pass jboss. have implement use of https communication , don't know if it's better implement first on tomcat or if better pass jboss first , implement everything. https management different between them? there advantage in using jboss instead of tomcat?

thanks

jaxer

tomcat supports ssl. jboss uses under covers fork of tomcat expanded services (ejb, jms, etc). original tomcat core modified. can readup jboss ssl howto here, is, see, not different tomcat's howto.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -