• 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

How to configure JBoss to call a web service that is hosted on Tomcat using https

 
Ranch Hand
Posts: 37
IntelliJ IDE Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone, I have a web service hosted on our JBoss server (version 4.3), and my web service has to call another web service which is hosted on Tomcat over SSL. I have the client certificate provide to me by the Tomcat administrator, but I haven't the foggiest idea as to how to proceed next. Can someone point me to some guide or example as to what I need to do (e.g. Install the certificate into JBoss's keystore), what changes do I have to do to my web service in order to call the web service hosted on Tomat, etc.

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic