Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 451 invoked from network); 22 Oct 2003 18:39:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 22 Oct 2003 18:39:38 -0000 Received: (qmail 83633 invoked by uid 500); 22 Oct 2003 18:39:22 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 83527 invoked by uid 500); 22 Oct 2003 18:39:21 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 83514 invoked from network); 22 Oct 2003 18:39:21 -0000 Received: from unknown (HELO ozone.more.net) (198.209.253.70) by daedalus.apache.org with SMTP; 22 Oct 2003 18:39:21 -0000 Received: from mail.more.net (b5fan.spg.more.net [207.160.133.142]) by ozone.more.net (Postfix) with ESMTP id E6C9623012 for ; Wed, 22 Oct 2003 13:39:25 -0500 (CDT) Message-ID: <3F96CEDE.1000909@mail.more.net> Date: Wed, 22 Oct 2003 13:39:26 -0500 From: Glenn Nielsen Reply-To: glenn@mail.more.net Organization: MOREnet User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: Coyote Connector logging References: <3F9689D6.2050007@mail.more.net> <3F968C0B.7080009@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Remy Maucherat wrote: > Glenn Nielsen wrote: > >> The Coyote docs state the following regarding coyote connector logging: >> >> "Any debugging or exception logging information generated by this >> Connector will be automatically routed to the Logger that is >> associated with our related Engine. No special configuration is >> required to enable this support." >> >> But this doesn't seem to work. >> >> The Connector is configured in the Service scope and the Logger is >> configured in the Engine >> scope. A Service can not have a Logger configured, and an Engine >> can't have a Connector >> configured. >> >> I see logging output from the Coyote Connector going to the default >> stdout/stderr Tomcat >> logs rather than to to the log configured for the Engine. >> >> Am I just mistaken, or is the documented logging behaviour broken? > > > As many components, the connector now logs to commons-logging (with > categories according to its classname), so this particular page in the > docs would need updates :-( Right, I saw that. So how would you configure Coyote to log to the same log as you configured for the Engine in Tomcat 4.1? Glenn ---------------------------------------------------------------------- Glenn Nielsen glenn@more.net | /* Spelin donut madder | MOREnet System Programming | * if iz ina coment. | Missouri Research and Education Network | */ | ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org