Hi ,
I have a war deployed in the jboss app server , that runs on the default port say war1
also i have two other wars say war2 war3 which are deployed on the same jboss servers
which run on the default port . I want to secure these two wars on SSL (war2 and war3) ,
however war1 should run on the default HTTP port . What is the mecahnsim to do this . Iam
using an embedded tomcat in the JBoss and i dont have apache . So the configuration should
look something like this
http://localhost:8080/war1
https://localhost:<SSL-port>/war2,
https://localhost:<SSL-port>/war
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045660#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...