• 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

JBoss and Apache (httpd) Load Balancing on SSL

 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have httpd running on SSL with load balancer configured with two JBoss app servers running behind. Now my incoming request from the external world would be on https:// layer whereas I want the internal redirection from httpd to jboss should happen on http://. If not, at least I should be able to use the same openSSL certificate which I am using for httpd.

Can I get some views on this proble? Any pointers would be more than welcome!
 
reply
    Bookmark Topic Watch Topic
  • New Topic