We were experiencing the same problem with our tomcat servers (5.0.28). Our
problem was that the jk connector port was being overwhelmed with
connections (we connect to tomcat from apache via mod_jk). There in no way
5.0.28 to enlarge the thread pool size on the connectors (in server.xml).
The so
We rotate the catalina.out file using the logrotate program on linux. The
rotation is based on file size - 10 Meg limit. We use copytruncate with
compression and maintain 14 rotated files before overwriting the oldest.
The following is a logrotate script that is placed in the /etc/logrotate.d
ue discussed on various sites but most of the discussion
concerned some bugs in Red Hat's thread libraries.
If any one has experienced this problem, I would appreciate your input. I
can send config files for analysis.
Thanks,
Eddie Dimond