Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C0AFE2E0 for ; Tue, 4 Dec 2012 21:19:25 +0000 (UTC) Received: (qmail 77586 invoked by uid 500); 4 Dec 2012 21:19:21 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 77526 invoked by uid 500); 4 Dec 2012 21:19:21 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 77517 invoked by uid 99); 4 Dec 2012 21:19:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 21:19:21 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vc0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 21:19:14 +0000 Received: by mail-vc0-f173.google.com with SMTP id f13so4746045vcb.18 for ; Tue, 04 Dec 2012 13:18:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cXQ1KB9lGoP2axeRv9s/pLvw/9bHT/BQncFDjVqT8Nw=; b=xmqfRN3KiPeMnoxS4Uq/Zoh+9SERVx9Ptkymv3iW+MJawoXu06KyEDjp7yCpXldQAO AWIsZTDAtVd1Ocs5nyuXk17/Ip0KXq8gZi2q7166h/t8JUGBiHsEd6mRDFhLS4jCGi/B jrCnlQeBCBpWuuIOt6Epa9W62MtEg3EuSeDTvWtSZh2kvjucP1lXOpWCOODSnStdbzTG LLzJO+z1jyAIthtebw5jTHg8MezpFIRjOgzTG4XPprX990morE1ErddxubrcVeQ9EJkk acxo7lu+181JPvLaxi0l6khIy8JmayJY3NCPywFEGIZpOfVtf1gWiCwTIpPZAVuMiDdQ 48iQ== MIME-Version: 1.0 Received: by 10.52.18.147 with SMTP id w19mr11285251vdd.94.1354655933386; Tue, 04 Dec 2012 13:18:53 -0800 (PST) Received: by 10.58.249.199 with HTTP; Tue, 4 Dec 2012 13:18:53 -0800 (PST) In-Reply-To: References: Date: Wed, 5 Dec 2012 01:18:53 +0400 Message-ID: Subject: Re: Running Tomcat under jsvc - logging problems From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2012/12/5 Lyallex : > On 4 December 2012 19:41, Konstantin Kolinko wrote: > >> 2012/12/4 Lyallex : >> > On 4 December 2012 18:50, Konstantin Kolinko >> wrote: >> >> >> [snip] >> > > >> >> >> I do not know why it worked in 6.0.18. >> > > No, nor do I but I've (apparently) reproduced the 0.18 config for the 0.36 > instance and the logging works in the former > and not in the latter > > I just need to get something straight, maybe you can help me. > > I say that Tomcat 6.0.36 binary distribution should run under jsvc without > needing a recompile. Yes. You do not need to recompile Tomcat itself to run it on Linux (with or without jsvc). It is a java application and its binaries (jars) are platform-independent. Moreover, I think it should run just fine with an older jsvc. > Is this correct (I hope it is because it's running fine right now out of > the box except for the logging) > Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org