RE: Mod_proxy_ajp and App Returing Generic Files For Download

2008-07-17 Thread Plana, Richard
-Original Message- From: Plana, Richard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2008 10:30 AM To: Tomcat Users List Subject: Mod_proxy_ajp and App Returing Generic Files For Download Hi, We're wanting a servlet request to return a generic file for download. In Java, we use

mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
Hi, I've two tomcat servers being proxied and load-balanced by httpd using mod_ajp (using balancer:). However, it seems when the proxy switches from one server to another, the user session gets lost. Could people recommend a way to correct my setup for doing load-balancing with this scenario?

RE: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
] Sent: Friday, July 04, 2008 11:13 AM To: Tomcat Users List Subject: Re: mod_ajp and Load-Balancing Issue Plana, Richard schrieb: Hi, I've two tomcat servers being proxied and load-balanced by httpd using mod_ajp (using balancer:). However, it seems when the proxy switches from one

RE: Problem with mod_proxy_ajp Connection Timeout

2008-07-04 Thread Plana, Richard
[mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 5:05 PM To: Tomcat Users List Subject: Re: Problem with mod_proxy_ajp Connection Timeout Plana, Richard schrieb: Hi, Our Apache httpd proxy connects to the two tomcat servers (load-balanced) through a network device that performs NAT

RE: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
-Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2008 12:38 PM To: Tomcat Users List Subject: Re: mod_ajp and Load-Balancing Issue Plana, Richard schrieb: Hi, Thanks. Yes, if I can't share the session information between

RE: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
So far, so good. You also need to tell mod_proxy_balancer, what the name of the URL parameter resp. Cookie is, which carries the routing information. I forgot about that (in mod_jk it is automatically the right for Java App Servers, mod_proxy is more flexible and you need to

Problem with mod_proxy_ajp Connection Timeout

2008-06-27 Thread Plana, Richard
Hi, Our Apache httpd proxy connects to the two tomcat servers (load-balanced) through a network device that performs NAT. Unfortunately, when the connections go idle (and it happens quite often since it's a currently low-volume application), the NAT box seems to lose the TCP session. The Apache