Questions tagged [ajp]
81 questions
2
votes
1 answer
Apache problems in performance test with mod_reqtimeout
We have 2 Apache webserver behind a load balancer wich are connected to 2 (JBoss) application servers via mod ajp.
To those webservers, mobile devices connect via a REST API.
In our performance test we rather quickly ran into a lot of…

Michael Niemand
- 169
- 3
- 17
2
votes
1 answer
Stale Network connections to Tomcat AJP port
I have Tomcat Application server connected with Apache server using mod_jk connector. Both are running on different servers.
Apache ----->------ Firewall ----->------ Tomcat
For the last couple of days, I am seeing the thread count in the Tomcat…

ArunS
- 315
- 1
- 5
- 16
2
votes
4 answers
Apache / Lighttpd for load Balancing
What do you think about lighttpd for AJP load Balancing?
I use Apache and mod_jk for this, it works fine. What would be the benefit of switching apache to lighttpd?
What software use to load balance J2EE applications? Hardware load balancer?
Thank…

Matthieu
- 443
- 4
- 12
2
votes
2 answers
No mod_jk.so generated when compiling tomcat connector
When I try to compile the tomcat connector from source, everything appears fine except that no mod_jk.so file gets created.
Software versions:
RHEL6 x86_64
httpd-2.4.3
tomcat-connector 1.2.37
Commands:
cd native
./configure…

user1171848
- 21
- 1
- 4
2
votes
2 answers
Nginx as a reverse proxy to a Tomcat instance via the HTTP connector
I'm dropping Apache as a reverse proxy to a Tomcat instance, mainly because it has no other purpose other than forwarding requests to the Tomcat instance.
I'm no expert at deploying Java Web applications with Tomcat and I'm wondering if I'm running…

Filip Dupanović
- 155
- 1
- 1
- 8
2
votes
4 answers
Absolute urls not working with Apache2 AJP proxy Tomcat
I don't seem to get how to configure ReverseProxy correctly. The URLs returned are all for the root directory "/", not "/tomcat" and only the main "default" tomcat page is displayed. I use Apache2 as a frontend for Tomcat with the following Proxy…

Indrek
- 73
- 1
- 6
1
vote
1 answer
Apache Tomcat communication problems. Performance is exteme slow
Apache Version 2.4.34 (Win64)
Apache Tomcat 6.0.44
Windows Server 2016 Standard
Version 1607
After a certain period (1-2 hours). Application Performance becomes extremely poor and some time leads to Maintenance (Service Temporarily Unavailable)…

lesnar
- 11
- 1
- 3
1
vote
0 answers
AJP monitoring in Apache 2.2 and Wildfly
I need to monitor the AJP connections Apache 2.2 has with Wildfly 8.2.1, but it seems that jboss-cli does not have this metric and I don't know if this is possible in Apache.
Any ideas?

Hernán
- 113
- 5
1
vote
3 answers
What should be configured in AJP proxy configuration?
I have Apache HTTPD server in our product and I need to add the AJP proxy to some specific application.
The Tomcat AJP port is 8009 and the Tomcat HTTP port is 8080 (the SSL termination is in Apache).
This is the AJP proxy I need to…

Michael
- 597
- 3
- 9
- 23
1
vote
0 answers
Unable to Get Remote-User value
Fronting tomcat with Apache Ldap authentication .
I can see through TCP DUMP that my http header sending remote_user:..RICHARD to tomcat.
I have tried Both mod_AJP and mod_HTTP
but can't print the remote_user, through my Restful java spring…

Dan
- 111
- 3
1
vote
0 answers
IIS and Tomcat: mixed content
I'm trying to setup a site in IIS that is serving a webapp running in Tomcat, as well as content in HTML, PHP and JS. I'd like to have all content available under one domain. I was following this guide (using isapi_redirect.dll) to connect IIS and…

DCH
- 11
- 2
1
vote
0 answers
Communication between HTTPD and Glassfish server
Currently, Glassfish Server sits behind a Apache HTTPD server. Glassfish server provides business applications along with static content.
The idea is to allow Apache HTTPD server to provide static content instead of Glassfish providing them as in…

TheMonkWhoSoldHisCode
- 135
- 5
1
vote
0 answers
Apache mod_jk LB synchronization server startup + application startup time
after a long search I can´t found a solution or path to solve my problem with synchronization startup of Apache and Backend servers.
I have a Apache2 using a LoadBalancer with mod_jk that balance request to 4 backend servers using JBoss and AJP…

Carlos Lacerda
- 111
- 3
1
vote
1 answer
What is causing Apache httpd (+mod_proxy_ajp) to drop connections
I have the following VirtualHost configured (Apache 2.2.22)
ServerName ************
ProxyRequests Off
Order deny,allow
Allow from all
ErrorLog…

jlb
- 123
- 7
1
vote
1 answer
JBoss application behind apache ajp proxy with subdomain - duplicated context
In my application, I'm making some standard scenario where Java web app is deployed on JBoss with apache proxy upfront. The webapp is accessible from /esp context so direct url would be (but I've turned off HTTP for Jboss, only…

kamil
- 341
- 1
- 2
- 9