From tomcat-user-return-109682-apmail-jakarta-tomcat-user-archive=jakarta.apache.org@jakarta.apache.org Wed Sep 08 21:26:13 2004 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 76474 invoked from network); 8 Sep 2004 21:26:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Sep 2004 21:26:13 -0000 Received: (qmail 13749 invoked by uid 500); 8 Sep 2004 21:25:47 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 13718 invoked by uid 500); 8 Sep 2004 21:25:47 -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 13705 invoked by uid 99); 8 Sep 2004 21:25:46 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [206.190.39.143] (HELO web52605.mail.yahoo.com) (206.190.39.143) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 08 Sep 2004 14:25:46 -0700 Message-ID: <20040908212544.52634.qmail@web52605.mail.yahoo.com> Received: from [12.109.33.254] by web52605.mail.yahoo.com via HTTP; Wed, 08 Sep 2004 14:25:44 PDT Date: Wed, 8 Sep 2004 14:25:44 -0700 (PDT) From: Caroline Jen Subject: Tomcat & Connection Pool To: tomcat-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I do not know what is going on. I am using the Tomcat 5.0.27 in the Windows XP environment. I insert the following code right before the element in the $TOMCAT/conf/server.xml file; i.e. inside the element and right before its closing tag. I re-boot my computer, and then, I cannot start the Tomcat. I removed the segment of code shown below; then, Tomcat functions normally. What is wrong? factory org.apache.commons.dbcp.BasicDataSourceFactory maxWait 5000 maxActive 20 password cmis001 url jdbc:oracle:thin:@172.19.47.22:1521:devora2 driverClassName oracle.jdbc.driver.OracleDriver maxIdle 10 username cmis removeAbandoned true removeAbandonedTimeout 60 logAbandoned true __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org