>Hello,
>I have an error, which will occure, when I refresh in the Web Client
>is too fast,
>Tomcat will throw an Error (or better mod_jk ?), which popup on
>stdout:
>
>java.io.IOException: Broken pipe
> at
>java.net.SocketOutputStream.write(SocketOutputStream.java:83)
> at
>org.apache.tomcat.service.connector.TcpConnector.send(TcpConnector.ja
>va:167)
> at
>org.apache.tomcat.service.connector.Ajp13ConnectorResponse.doWrite(Aj
>p13ConnectorResponse.java:237)
>
>
>I think that this happens when Apache reaches max server limit, and it
>causes the following error:
>
>[jk_ajp13_worker.c (325)]: Error ajp13_process_callback - write failed.
>
>-- FreeBSD 4.1.1, Apache/1.3.12 , mod_jk (no-eapi), Tomcat
>3.2.3, jdk 1.1.8
>
>Any suggestions?
Could you make a test using Tomcat 3.3 from CVS ?
We made many fixes around ajp13/mod_jk which may solve the problem.
Also be carefull that a standard Apache server won't allow more
than 250 childs, and if each child is using ajp13, you'll need
to have 250 ajp13 Thread on Tomcat....
Usefull information could be :
netstat -a -A inet | grep 8009