• 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 on jboss 5

 
Ranch Hand
Posts: 128
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

my application is running on jboss 5 and accessible on http.
i want it to be accessible over https. please explain me what all are the files which i have to change for this..

thanks & regards
vaibhav
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would tell you to read the docs, but I couldn't find that in the docs. I couldn't even find a wiki page on it. But then maybe I don't know the proper keywords for a search (tried SSL and HTTPS to n avail).

JBoss in Action, section 6.4, provides detailed steps.
 
uttam kumar
Ranch Hand
Posts: 128
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thankyou very much sir..

i was able to to do my job. i created a .certificate file using java keytool utility and put it in /server/default/conf directory and renamed it chap8.keystore.
than uncomment some stuff in /server/default/deploy/jbossweb.sar/server.xml:



thats all i did.
thanks for your response.


 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some time after posting my reply I realized that you could use the Tomcat docs to set up HTTPS. The steps are at http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html.
 
reply
    Bookmark Topic Watch Topic
  • New Topic