Questions tagged [mod-jk]

174 questions
0
votes
2 answers

Running and accessing multiple instances of JBoss

I have 5 instances of JBoss configured and running on different ports (8080 to 8480),and each instance is assigned for a particular project team.I would like to configure it further so that users belonging to a project should be able to access their…
Nagaraj
  • 13
  • 5
0
votes
1 answer

What's causing a single Apache2 worker (using mod_jk) to not reload for weeks?

I've got a Debian 10 server running Apache2 2.4.38. Recently, I replaced the SSL certificate file used by all of the configured HTTPS vhosts and ran systemctl reload apache2.service, which runs /usr/sbin/apachectl graceful via the systemd unit…
JK Laiho
  • 197
  • 11
0
votes
0 answers

Mod_JK exceptions on Apache

[Fri Sep 16 12:13:26 2022] [30798:139935436748544] [info] ajp_read_into_msg_buff::jk_ajp_common.c (1550): (gateway-node4) receiving data from client failed. Connection aborted or network problems [Fri Sep 16 12:13:26 2022] gateway_router…
0
votes
0 answers

Apache HTTP Server Version 2.4 - How to get real IP Address -Centos 7

I have a mod_jk httpd server (server ip: dummy1) and it sits behind a load balancer (server ip : 0.876.123.12 and 0.876.123.13). Basically when a request comes in it goes to the load balancer then to the httpd server (server ip: dummy2) and then…
user1999453
  • 125
  • 1
  • 4
0
votes
1 answer

How can I test an ajp worker (tomcat10, apache 2.4.6)?

I have a simple server setup: Apache 2.4.6 JK Worker for talking with Tomcat, where a REST service is living Tomcat 10 Virtual Host In my virtual host file I have this configuration (snippet in ):
BairDev
  • 125
  • 1
  • 1
  • 8
0
votes
2 answers

How to replicate apache mod_jk session data

is it possible to replicate the mod_jk sticky session information to another apache for an failover setup? the idea behind the question is to setup two apaches with sticky sessions in front off some tomcats. when one apaches fails, the other one…
Christian
  • 4,703
  • 2
  • 24
  • 27
0
votes
3 answers

Manually switch servers in Apache/mod_jk/Tomcat load balanced environment

Our setup is to have two front-facing WWW servers using Apache1.3 and mod_jk and two application servers running Tomcat. The frontend servers load balance transparently using sticky_sessions. However, occasionally we need to check one particular…
Jeff Bowman
0
votes
2 answers

tomcat 7.0.100 AJP connector with mod_jk on another host

After upgrading tomcat7 to 7.0.100, the AJP connector was only listening on 127.0.0.1. Initially I edited the wrong server.xml in /etc/tomcat7/server.xml which was not used. The right one is /var/lib/tomcat7/conf/server.xml at least for me. I added…
Thomas
  • 51
  • 4
-1
votes
1 answer

Request Entity Too Large mod_jk

I have setup where there is apache (httpd) and apache tomcat both are connected with ajp and in my http.conf LimitRequestLine 65536 LimitRequestFieldSize 65536 under and outside of it as well my workers.properties file looks…
jmj
  • 131
  • 1
  • 8
1 2 3
11
12