• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

enable HTTPS in jboss

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic