From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GQcSV-0004It-86 for garchives@archives.gentoo.org; Fri, 22 Sep 2006 04:16:15 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8M4F7F0021477; Fri, 22 Sep 2006 04:15:07 GMT Received: from pc18.dolda2000.com (1-1-3-7a.rny.sth.bostream.se [82.182.133.20]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8M4AomM020196 for ; Fri, 22 Sep 2006 04:10:51 GMT Received: from pc7.dolda2000.com (pc7.dolda2000.com [IPv6:2002:52b6:8514:200:20c:76ff:fe3b:a3f4] (may be forged)) (authenticated bits=0) by pc18.dolda2000.com (8.13.7/8.13.7) with ESMTP id k8M4AulJ003726 for ; Fri, 22 Sep 2006 06:10:56 +0200 DomainKey-Signature: a=rsa-sha1; s=pri; d=dolda2000.com; c=nofws; q=dns; b=alz0MUi9+rWYaRJAFhHg8d++0yBvEy4BkaVOLDEOhnpRN+y6ffmyyEd3vi647mZp8 XXVaM8BGnO21Pgk5W+iL6fVXarZbjWYryRkP0Z1tDgQieLJCkfwyDr0P00SrMfiBe9H MeyrKGFm4nyEaQF++6/yHTy+5bvG+7SZk+ca2O4= Subject: [gentoo-user] Tomcat logging problems From: Fredrik Tolf To: gentoo-user@lists.gentoo.org Content-Type: text/plain Date: Fri, 22 Sep 2006 06:10:55 +0200 Message-Id: <1158898256.10194.5.camel@pc7.dolda2000.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (pc18.dolda2000.com [IPv6:2002:52b6:8514:100::4]); Fri, 22 Sep 2006 06:10:56 +0200 (CEST) X-Archives-Salt: ad32b6cf-a00c-4d19-90e7-1c14fa7be684 X-Archives-Hash: 38a8f541f69e7a8ace48ddcb480082e2 Hi list! I just tried upgrading from Tomcat 5.0 to 5.5 (since the former has been p.masked since some time), and while it is working, I am experiencing logging problems. First of all, it refused to log anything at all, but I fixed that. It appears to have been a typo in the init script -- it defined java.util.logging.config.file as ${CATALINA_BASE}/logging.properties, while it should have been ${CATALINA_BASE}/conf/logging.properties. However, I fixed that, but found that it won't log the JVM's std{out,err} anywhere. According to all documentation about Tomcat, there should be two logfiles called stdout.log and stderr.log placed in the ${CATALINA_BASE}/logs directory, but there aren't, and I haven't been able to find out why. Has anyone else encountered this problem and managed to solve it? Thanks for your time! Fredrik Tolf -- gentoo-user@gentoo.org mailing list