简体   繁体   中英

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.

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

Instead of using mod_jk, have you considered using mod_cluster? It fits well with JBoss and serves sticky session and session replication as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM