Search code examples
apachessljbossload-balancingmod-jk

HTTPD + JBOSS Communication using mod_jk


I am configuring load balancing using httpd which will connect to jboss using AJP (mod_jk connector).

My Jboss is running using SSL and httpd is not with SSL.

How can I establish communication from http httpd to https jboss?

Any help appreciated.


Solution

  • I have enable https in httpd so that it can route to the https of jboss properly. And it has started working as expected.