Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 15104 invoked from network); 7 Dec 2004 19:59:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Dec 2004 19:59:55 -0000 Received: (qmail 52228 invoked by uid 500); 7 Dec 2004 19:59:16 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 52175 invoked by uid 500); 7 Dec 2004 19:59:15 -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 52131 invoked by uid 99); 7 Dec 2004 19:59:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from 178.Red-80-37-243.pooles.rima-tde.net (HELO smtp.cygnux.com) (80.37.243.178) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Dec 2004 11:59:14 -0800 Received: from asterix (unknown [192.168.42.2]) by smtp.cygnux.com (Postfix) with ESMTP id AF3AE3C002 for ; Tue, 7 Dec 2004 22:01:49 +0100 (CET) From: "Pablo Carretero" To: "'Tomcat Users List'" Subject: RE: Documentation Date: Tue, 7 Dec 2004 21:01:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Thread-Index: AcTchEDGcqN+HZuWS2aNoNC1IpznPAAB5YOwAAABO4AAAcsukAAALS0wAADLo7A= In-Reply-To: <9C5166762F311146951505C6790A9CF8030D2F7C@US-VS1.corp.mpi.com> Message-Id: <20041207210149.AF3AE3C002@smtp.cygnux.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Yoav and Filip, thanks a lot. I'm very new in the Open Source software, I good like the idea, and under my point of view, is the best solution event the big companies. But for beginner, is very difficult. Thank you very much I try continue with your indication. Best regards. -----Original Message----- From: Shapira, Yoav [mailto:Yoav.Shapira@mpi.com] Sent: martes, 07 de diciembre de 2004 20:37 To: Tomcat Users List Subject: RE: Documentation Hi, >Maybe, I don't explain very well my case. For example, If I active the >debug >in the database pool connection, can I see the active connection, free >connection, the queries, etc... There are two ways to determine what logging output you will see if you enable debug-level logging for a given Tomcat component. One way to is try it. The other way is to look at the source code, which of course is freely available for you to download and examine. If you look at the source, you will see that some components do more logging than others. So even setting debug-level logging for them might not yield much information. As to the specific question above about database pooling: because that's not implemented by Tomcat, but by a pluggable implementation (DBCP by default), it's up to the implementation's logging. Again, you can try it, or you can consult the DBCP source code. Alternatively you can plug in your own connection pooling implementation. >I mean, I looking for this documentation, but I find nothing about that. Do >you know if are there any documentation about this issues?? What are you asking is generic. Documentation for Tomcat's own logging is covered under the Logger configuration reference and, for Tomcat 5.5, in the logging-howto section of the docs. There is also a FAQ entry showing how to configure Tomcat 5.0.x with log4j. For parts of the code that are not Tomcat's own, e.g. DBCP, you need to consult that component's documentation. Yoav Shapira http://www.yoavshapira.com This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org