0
votes
1answer
33 views
Linking Apache to Tomcat with multiple domains.
Okay, so I've been working for a while on this, and have been searching, but so far I have not found any answers that actually answer what I want to know. I'm a little bit at the …
0
votes
1answer
137 views
mod_jk in apache
Hi, I use Apache 2.2 and Tomcat 6.0.18 on Windows XP. I want to to redirect the URL that comes to my Apache instance into Tomcat with the module mod_jk.
I want to be able to redi …
0
votes
0answers
37 views
What does the error message “all endpoints are disconnected” mean from mod_jk
Does anyone know the meaning of the info message
"all endpoints are disconnected, detected by connect check (1), cping (0), send (0)"
This occurs with some regularity in my mod_j …
0
votes
1answer
56 views
Help using mod_jk to forward to backend app server
I had mod-jk working a while ago but after switching servers and modifying some files, it no longer works. I am using mod_jk-1.2.28 with JBoss 4.2.3 as the backend.
In the JBoss …
0
votes
1answer
67 views
No principal in request after Apache basic authentication (basic-auth) with mod_jk
[environment]
Apache 2.2.13 connect to Tomcat 5.5 with mod_jk (ajp13). Apache requires basic-auth for "/" i.e. for all URLs it serves.
[problem]
Once the request arrives at my app …
0
votes
1answer
394 views
Apache & JBoss use port 80 at the same time
I have both Apache 2 and JBoss 4.2.3 on the same machine and would like both of them to use port 80. There are several ways I see people doing this mod_jk, mod_proxy, but I'm not s …
0
votes
1answer
52 views
Query about Apache (httpd) dumpio log entry for the Request body which is coming NULL on Tomcat side
Hi,
I am working on a hosted application running on Apache Tomcat 6.0.18 and it is hidden behind Apache (httpd). They are connected through mod_jk. We have take VPS and therefore …
0
votes
1answer
117 views
mod_jk conflicts with mod_rewrite
Hello
I've got an Apache and Tomcat running and I use mod_jk to bind them. I have a Tomcat worker called "tc1" and the following setup on my VirtualHost:
JkMount /* tc1
JkUnMou …
0
votes
1answer
439 views
Redirect subdomain on tomcat through apache server with mod_jk
Hi,
I have a Tomcat (6.0.20) and Apache Server setup (2.2) and am trying to redirect all subdomains to a specific context, on my domain.
e.g., s.example.com redirect to www.examp …
0
votes
2answers
1k views
502 Bad Gateway… invalid response from upstream server (apache and jboss)
I'm using apache on one machine to serve requests to jboss on another machine. Everything works fine when I startup jboss and I'm able to access the web app, but after a few hours …
3
votes
3answers
690 views
apache to tomcat: mod_jk vs mod_proxy
What are the advantages and disadvantages of using *mod_jk* and *mod_proxy* for fronting a tomcat instance with apache?
I've been using mod_jk in production for years but I've hea …
0
votes
1answer
89 views
[Apache HTTPD] How do I serve some path patterns from DocumentRoot, and others from modjk?
We have an existing situation where we have Apache 2.0 HTTPD acting as the load balancer for a cluster of backend tomcats, using mod_jk 1.2 to communicate between the two. The appl …
0
votes
0answers
175 views
JkMount and ProxyPass
Hi,
it's possible to convert a proxypass directive like this:
ProxyPass /abc.html ajp://127.0.0.1:8009/eeff/tttt/abc.html
using JkMount ?
something like JkMount /abc.h …
1
vote
2answers
91 views
How can I force a request through mod_jk down to a specific worker?
If I have mod_jk set up with several workers and a load balancer worker, is there a request parameter or something that would allow me to force a specific http request down to a sp …
0
votes
2answers
307 views
How to programmatically adjust the disable directive in the mod_jk load balancer configuration?
We have a setup where we have one httpd (apache) with mod_jk talking in a load balance setup to three tomcat servers. We have to recycle each tomcat instance envery three hours. …
