You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Todd Fulton <po...@jah.net> on 2003/06/26 23:22:45 UTC

error_log size way too big

Hi Everyone,

I''ve got tomcat4118 in place using apache and the mod_jk connector.  Everything is working fine -- I've got about 100,000 - 200,000 unique visits a day viewing various jsp pages.  However, my error_log in the apache/logs directory (not tomcat) is growing at a tremendous rate.  The file is being filled with tons of warp connector comments that really don't appear to be errors.  Below is an example.  I've got debug levels all set to 0 in server.xml and the error log level set to "emerg" in httpd.conf for apache.  Doesn't seem to make a difference.

Does anyone have a suggestion??

Todd


[Thu Jun 26 14:12:11 2003] 26547 (pr_warp.c:354) Req. client www.spankhouse.com:80 (192.168.9.46)
[Thu Jun 26 14:12:11 2003] 26547 (pr_warp_network.c:132) WARP >>> TYP=1F LEN=0
[Thu Jun 26 14:12:11 2003] 26547 (pr_warp_network.c:97) WARP <<< TYP=20 LEN=16
[Thu Jun 26 14:12:11 2003] 26547 (pr_warp.c:377) === 304 Not Modified
[Thu Jun 26 14:12:11 2003] 26547 (pr_warp_network.c:97) WARP <<< TYP=2F LEN=0
[Thu Jun 26 14:12:11 2003] 26547 (pr_warp.c:394) ===
[Thu Jun 26 14:12:11 2003] 26547 (pr_warp_network.c:97) WARP <<< TYP=30 LEN=0
[Thu Jun 26 14:12:11 2003] 26547 (pr_warp.c:401) Response body bytes: 0
[Thu Jun 26 14:12:11 2003] 26547 (pr_warp_network.c:97) WARP <<< TYP=3F LEN=0
[Thu Jun 26 14:12:11 2003] 26547 (pr_warp.c:405) === DONE ===

Re: error_log size way too big

Posted by Jason Bainbridge <ja...@jblinux.org>.
On Fri, 27 Jun 2003 05:22, Todd Fulton wrote:
> Hi Everyone,
>
> I''ve got tomcat4118 in place using apache and the mod_jk connector. 
> Everything is working fine -- I've got about 100,000 - 200,000 unique
> visits a day viewing various jsp pages.  However, my error_log in the
> apache/logs directory (not tomcat) is growing at a tremendous rate.  The
> file is being filled with tons of warp connector comments that really don't
> appear to be errors.  Below is an example.  I've got debug levels all set
> to 0 in server.xml and the error log level set to "emerg" in httpd.conf for
> apache.  Doesn't seem to make a difference.

I've only ever used mod_jk2 but it looks like you need to set your jkLogLevel 
as per the below:

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html#mod_jk%20Directives

Regards,
-- 
Jason Bainbridge
http://jblinux.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org