Error Tomcat + Apache

Hi,

I have a machine with Unixware 7.1.3 and Apache 2 and Tomcat 4.0.3 it's works, but in the archive log from mod_jk.log

ajp13_process_callback - write failed
[Fri Sep 26 11:01:00 2003] [jk_ajp13_worker.c (381)]: Error
ajp13_process_callback - write failed
[Fri Sep 26 11:02:02 2003] [jk_ajp13_worker.c (381)]: Error
ajp13_process_callback - write failed
[Fri Sep 26 11:02:49 2003] [jk_ajp13_worker.c (381)]: Error
ajp13_process_callback - write failed
[Fri Sep 26 11:02:55 2003] [jk_ajp13_worker.c (381)]: Error
...

What's happened? How to you back track this type of err?

I think that the problem is the configuration the files mod_jk.conf and workers.properties, but I dont have a idea that how works?

thanks...

According to other users' posts on Internet, this could be caused by "too many files opened", so there is a possibility for instances where files are being opened but not closed. I guess your application is eatting up all available file pointers in the memory ? Just a wild guess.