RE: mod_jk Random Errors

2005-10-28 Thread Carlos.Fernandez
your help. Carlos -Original Message- From: jack rodriguez [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 3:13 PM To: Fernandez, Carlos Subject: Fwd: ~ mod_jk Random Errors -- Forwarded message -- From: Rainer Jung <[EMAIL PROTECTED]> Date: Oct 2

Re: ~ mod_jk Random Errors

2005-10-21 Thread jack rodriguez
OKey, I updated my configs and now I still have the same problem. The only other thing I can think of is trying to compile mod_jk on the Apache machine directly. Workers.properties worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=eofapps.usitc.gov worker.ajp13.type=ajp13 worker.ajp13.co

Re: ~ mod_jk Random Errors

2005-10-21 Thread Rainer Jung
>> Which version of mod_jk are you using? > > 1.2.14 Current Version OK > What is errno 113 on your platform? > > Linux Error :113 No route to host Since that error number was shown in the log line, I assume that a system call returned this error. Is it possible, that your network is unstable?

Re: ~ mod_jk Random Errors

2005-10-21 Thread jack rodriguez
> Which version of mod_jk are you using? 1.2.14 Current Version What is errno 113 on your platform? Linux Error :113 No route to host Each tcp connection from apache to tomcat blocks a thread inside tomcats > jk connector thread pool, that exclusively services requests coming over > that conn

Re: ~ mod_jk Random Errors

2005-10-21 Thread Rainer Jung
Which version of mod_jk are you using? What is errno 113 on your platform? Each tcp connection from apache to tomcat blocks a thread inside tomcats jk connector thread pool, that exclusively services requests coming over that connection. So what are your MPM settings inside apache httpd.conf, you