简体   繁体   English

使用 mod_jk 进行 HTTPD + JBOSS 通信

[英]HTTPD + JBOSS Communication using mod_jk

I am configuring load balancing using httpd which will connect to jboss using AJP ( mod_jk connector).我正在使用httpd配置负载平衡,它将使用 AJP( mod_jk连接器)连接到jboss

My Jboss is running using SSL and httpd is not with SSL.我的 Jboss 使用 SSL 运行,而 httpd 不使用 SSL。

How can I establish communication from http httpd to https jboss ?如何建立从http httpdhttps jboss 的通信?

Any help appreciated.任何帮助表示赞赏。

I have enable https in httpd so that it can route to the https of jboss properly.我在 httpd 中启用了 https,以便它可以正确路由到 jboss 的 https。 And it has started working as expected.它已经开始按预期工作。

Instead of using mod_jk, have you considered using mod_cluster?您是否考虑过使用 mod_cluster 而不是使用 mod_jk? It fits well with JBoss and serves sticky session and session replication as well.它非常适合 JBoss 并提供粘性会话和会话复制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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