mod_jk handles redirects for a while, then starts freezing

2006-02-22 Thread michael thomas
Hello, I've always used mod_jk2, but since I'm now using a 64 bit web server with Apache, I figured now would be a good time to make the switch to mod_jk. However, I'm having a problem where after some time, mod_jk seems to get stuck serving CERTAIN requests. As an example, I have a form (index.

Re: mod_jk handles redirects for a while, then starts freezing

2006-02-22 Thread michael thomas
--- michael thomas <[EMAIL PROTECTED]> wrote: > worker.app01.recycle_timeout=300 > worker.app01.socket_timeout=2 # if no response in 2 > seconds, generate an error and retry again Sorry, I should have taken out that socket_timeout=2 line. I was seeing if it would generate an err

Re: mod_jk handles redirects for a while, then starts freezing

2006-02-22 Thread michael thomas
I apologize for the extra message, but I've been watching very carefully, and I think I see where things start to go wrong. It was serving requests just fine. Then there was a period where no requests came through, and the server was idle for almost 5 minutes. The next request that came throug

mod_jk gets stuck at Maintaining Worker

2006-02-22 Thread michael thomas
I'm having a problem where requests through apache work for a while, but then eventually get hung up at "wc_maintain::jk_worker.c (301): Maintaining worker app01". I'm using Apache 2.0.55 (worker mpm), mod_jk 1.2.15 and Tomcat 5.5.15 on Redhat Enterprise Linux v4. I am really stuck here, and woul

going crazy with certain mod_jk requests freezing

2006-02-25 Thread michael thomas
Hello, I posted a couple of other threads with no replies. I realize this is a complicated problem, but I would really, really be thankful for any help. Though I seem to have gotten rid of some of the previous problems I was having with mod_jk requests getting frozen (by getting rid of the recyc

(more info) Re: going crazy with certain mod_jk requests freezing

2006-02-26 Thread michael thomas
16 2006] [12248:2400] [info] jk_handler::mod_jk.c (1985): Service error=0 for worker=app01 [Sun Feb 26 01:04:18 2006] [12241:60352] [debug] jk_cleanup_shmem::mod_jk.c (1761): Shmem cleanup Thanks, -Michael --- michael thomas <[EMAIL PROTECTED]> wrote: > Hello, > > I posted a couple of

Re: (more info) Re: going crazy with certain mod_jk requests freezing

2006-02-26 Thread michael thomas
he following on the app server: --- michael thomas <[EMAIL PROTECTED]> wrote: > We actually are seeing error messages in the mod_jk > logs now: > > [Sun Feb 26 01:02:52 2006] [12249:43360] [error] > ajp_connection_tcp_get_message::jk_ajp_common.c > (961): > Can'

Re: (more info) Re: going crazy with certain mod_jk requests freezing

2006-02-28 Thread michael thomas
olated. Thanks, -Michael --- michael thomas <[EMAIL PROTECTED]> wrote: > I apologize for all the messages. But I thought > this > might also be useful info: > > Normally, when I run: netstat -tn | egrep > "^tcp.*:8009" > on the web server and the app server,

question - are errors in the mod_jk logs TRULY errors?

2006-03-01 Thread michael thomas
Hello, We've been working hard to debug networking issues that we believe we have. No matter what we do, though, we still seem to get at least SOME errors in mod_jk.log The system seems to work fine from a user's perspective, but we still occasionally get these: [Wed Mar 01 20:00:42 2006] [erro

mod_jk errors - are these normal?

2006-03-02 Thread michael thomas
If our setup was completely stable, and configured perfectly, should there be NO mod_jk errors ever? Or, are some errors part of normal operation? The system seems to work fine from a user's perspective, but we still occasionally get these: [Wed Mar 01 20:00:42 2006] [error] ajp_connection_tcp_g

Re: mod_jk errors - are these normal?

2006-03-02 Thread michael thomas
--- Sven K�hler <[EMAIL PROTECTED]> wrote: > > [Wed Mar 01 20:00:42 2006] [error] > > ajp_connection_tcp_get_message::jk_ajp_common.c > (961): > > Can't receive the response message from tomcat, > > network problems or tomcat is down > (10.0.0.9:8009), > > err=-113 > > [Wed Mar 01 20:00:42 2006]

Re: mod_jk errors - are these normal?

2006-03-06 Thread michael thomas
--- Sven K�hler <[EMAIL PROTECTED]> wrote: > > [Wed Mar 01 20:00:42 2006] [error] > > ajp_connection_tcp_get_message::jk_ajp_common.c > (961): > > Can't receive the response message from tomcat, > > network problems or tomcat is down > (10.0.0.9:8009), > > err=-113 > > [Wed Mar 01 20:00:42 20

How to have mod_jk NOT forward certain jsp's?

2006-03-28 Thread michael thomas
Hello, Is there a way to get mod_jk not to forward certain jsp's? Specifically, we are using cvsweb on Apache, and it creates URL's like the following: http://www.site.com/cgi-bin/cvsweb.cgi/source/jsp/backoffice.jsp Since it ends in .jsp, JkMount is forwarding it: JkMount /*.jsp app01 However