Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 73596 invoked from network); 24 Jun 2002 14:38:39 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 24 Jun 2002 14:38:39 -0000 Received: (qmail 21787 invoked by uid 97); 24 Jun 2002 14:38:29 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 21757 invoked by uid 97); 24 Jun 2002 14:38:28 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 21732 invoked by uid 98); 24 Jun 2002 14:38:27 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <001b01c21b89$7201b820$66d43e3e@nom72p6yfgs14j> From: To: Subject: error and output redirected on file with Tomcat 4.0. Date: Mon, 24 Jun 2002 16:14:24 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0018_01C21B9A.350D41D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0018_01C21B9A.350D41D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I don't know how to send error or output streams into a file so that = system.err or system.out or printstackTrace are writen on file instead = of screen which not contains enough space to see the whole output. I use Logger element apply on a context but it doesn't work: A context can accept only one logger and the only class which seams to = be accepted by tomcat is the FileLogger class. SystemOutLogger and = SystemErrLogger has no affect except that all outputs are written on = screen. PS: Tomcat 4.0 version thanks for answers ------=_NextPart_000_0018_01C21B9A.350D41D0--