| Author |
enable HTTPS in jboss
|
luv zorabian
Greenhorn
Joined: Oct 28, 2009
Posts: 8
|
|
Hi,
I need some help about how to enable the SSL in JBoss.
Please go through to my requirement below:
Requirement details :
I have two war files project1.war and projecct2.war and both deployed on single jboss instance.
However there is no issue in that but I would like that project2.war should be deployed on HTTPS and project1.war should remian on HTTP.
i.e
http->project1.war
https->project2.war
Please note that there is a link in project1.war that diverts a request to project2.war
Please let me your opinion and advise, Is that possible??
If Yes, then please let me know how to achieve it.
Thanks a lot
Luv
|
 |
sumanth kumar
Greenhorn
Joined: Jul 29, 2005
Posts: 22
|
|
hey luv, check the following link to setup SSL to your jboss for your applications, this will helps you .
http://kuchipudi.wordpress.com/2009/07/24/enabling-ssl-on-jboss-as-4-2-x/
This will let you do the configuration steps to enable SSL
|
 |
 |
|
|
subject: enable HTTPS in jboss
|
|
|