Questions tagged [ajp]
81 questions
0
votes
1 answer
Apache mod_proxy_hcheck with AJP?
I have BalancerMembers using AJP with the mod_proxy_hcheck module; however, the health check requests are HTTP. The documentation doesn't seem to specify it only works with HTTP and the source does reference AJP in a comment.
Does anyone know if…

CrackerJack9
- 119
- 1
- 7
0
votes
0 answers
Application slowness due to Tomcat waiting for readLatch
we are getting issues reported by our clients that the application is slow at times, while checking the slow requests (using Glowroot) we could find quite a lot of threads getting stuck in…

msmani
- 51
- 3
0
votes
1 answer
How to use httpd (https/ssl) as proxy server for tomcat
I have installed httpd and tomcat on my server but somehow I'm not able to connect them.
ServerName www.harshrathod.dev
ServerAlias harshrathod.dev
ServerAdmin ******************
DocumentRoot…

harshrathod50
- 47
- 8
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
0
votes
1 answer
How do I configure uriworkermap.properties in server.xml for Apache - Tomcat integration?
I am so close to completing my first custom install that I can 'taste it' ... I am following Apache Tomcat install and I have both servers working side-by-side. My Apache server is configured to the public IP and delivers HTML and XML pages to the…

mobibob
- 123
- 1
- 7
-1
votes
1 answer
Root redirect with Tomcat 7 and Apache reverse proxy
Expected behavior: Requests to example.com should redirect to example.com/.
Problem: Requests in a browser (Firefox) to example.com succeed. Requests in a browser to example.com/ redirect to example.com, which is backwards. With curl, neither…

mqsoh
- 99
- 3