RE: tomcat connection pooling
"Martin Gainty" <[email protected]> Mon, 13 Dec 2004 12:02:38 -0700
| Newsgroups | gmane.text.xml.soap.user |
|---|---|
| Message-ID | <[email protected]> |
Thomas Let me rephrase the question to make myself clearer What Im looking for is Is the Database Connection Pool you are speaking of a Session Bean? a CMP Bean a Entity Bean? I think this may be OffTopic from SOAP so feel free to respond to my inquiry offline. Thank You, Martin Gainty (cell) 617-852-7822 (e) [email protected] (http)www.laconiadatasystems.com >From: "THOMAS, JAI [AG-Contractor/1000]" <[email protected]> >Reply-To: [email protected] >To: "'[email protected]'" <[email protected]> >Subject: RE: tomcat connection pooling >Date: Mon, 13 Dec 2004 10:24:09 -0600 >MIME-Version: 1.0 >Received: from mail.apache.org ([209.237.227.199]) by mc6-f22.hotmail.com >with Microsoft SMTPSVC(5.0.2195.6713); Mon, 13 Dec 2004 08:30:36 -0800 >Received: (qmail 26710 invoked by uid 500); 13 Dec 2004 16:24:56 -0000 >Received: (qmail 26614 invoked by uid 99); 13 Dec 2004 16:24:55 -0000 >Received: pass (hermes.apache.org: local policy) >Received: from gateway1.monsanto.com (HELO gateway1.monsanto.com) >(199.89.234.134) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Dec 2004 >08:24:51 -0800 >Received: from agstlsmtp02.monsanto.com (agstlsmtp02.monsanto.com >[10.30.64.102])by gateway1.monsanto.com (Switch-3.1.6/Switch-3.1.0) with >ESMTP id iBDGOC7m001079for <[email protected]>; Mon, 13 Dec 2004 >10:24:12 -0600 (CST) >Received: by agstlsmtp02.monsanto.com with Internet Mail Service >(5.5.2657.72)id <XFTHZKK1>; Mon, 13 Dec 2004 10:24:12 -0600 >X-Message-Info: JGTYoYF78jEHjJx36Oi8+YDSEg8qKPPD >Mailing-List: contact [email protected]; run by ezmlm >Precedence: bulk >list-help: <mailto:[email protected]> >list-unsubscribe: <mailto:[email protected]> >list-post: <mailto:[email protected]> >Delivered-To: mailing list [email protected] >X-ASF-Spam-Status: No, hits=0.0 required=10.0tests= >X-Spam-Check-By: apache.org >X-Mailer: Internet Mail Service (5.5.2657.72) >X-Virus-Checked: Checked >Return-Path: [email protected] >X-OriginalArrivalTime: 13 Dec 2004 16:30:36.0593 (UTC) >FILETIME=[13419A10:01C4E131] > >Martin, >Connection pool is an enterprise app resource. As long as the service is >part of the app, it should be able to make use of that. >Jai > >-----Original Message----- >From: Martin Vossler [mailto:[email protected]] >Sent: Monday, December 13, 2004 9:01 AM >To: [email protected] >Subject: tomcat connection pooling > > >Does anyone know if its possible for an Apache Soap service to leverage >Tomcats database connection pooling features? Any point in the right >direction for where to find such information is greatly appreciated.