Re: Tomcat, Apache, JK, Internal Server Errors (intermittent)

2002-11-19 Thread tomcat
I think I've got to the bottom of this. You must make sure the tomcat AJP1.3 connector has at least the same number of processors (MaxProcessors) as are defined in apache httd.conf (MaxClients). Each apache process grabs an ajp1.3 processor and holds it for it's lifetime, at which point tomcat r

Tomcat, Apache, JK, Internal Server Errors (intermittent)

2002-11-18 Thread NickL
Config: Tomcat 4.0.6, Apache 1.3.27, JK1.2 After a while (~100 requests) you get mostly Internal Server Errors when accessing the service through apache. However, accessing Tomcat directly on 8080 works fine still. Does anyone have any ideas why this is and how to fix it? It's as if tomcat ru