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

Mod_proxy_ajp and App Returing Generic Files For Download

2008-07-17 Thread Plana, Richard
Hi, We're wanting a servlet request to return a generic file for download. In Java, we use the following code: public ActionForward myAction(ActionMapping mapping, ActionForm form, HttpServletRequest request,

RE: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
> > Basically, I open a user session and go through various > pages on my app. > > After a couple of clicks, the app just brings me back to > the start page. > > I'm monitoring logs from both sides and I see that as soon > as it comes > > back in error and brings me to the login page, activity

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 >

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&

RE: Problem with mod_proxy_ajp Connection Timeout

2008-07-04 Thread Plana, Richard
om: Rainer Jung [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 netwo

RE: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
PROTECTED] 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 prox

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?

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 h