----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


> From [EMAIL PROTECTED] Mon Jan  3 18:06:53 2000
> From: "Gangmeng Ji" <[EMAIL PROTECTED]>
> To: "Java Apache Users" <[EMAIL PROTECTED]>
> Subject: Re: d2 connections
> Date: Tue, 4 Jan 2000 09:52:29 +1100
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
> List-Software: LetterRip Pro 3.0.7 by Fog City Software, Inc.
> List-Subscribe: <mailto:[EMAIL PROTECTED]>
> List-Digest: <mailto:[EMAIL PROTECTED]>
> List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
> 
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
> 
> You need to create a db pool for handling db connections if you haven't done
> so. Apparently there are several options (Check out the book titled Java
> Servlet Programming).
> 
> cheers
> gangmeng
> 
> >
> > jserv 1.1b2
> > apache 1.3.9
> > aix 4.3.3
> > db2 6.1
> >
> > I have successfully made the connection between my servlets and the
> > db2 database.  However I seem to only have one active connection at
> > a time.  When viewing netstat all the other connections are in a
> > time_wait
> > state.  I have confirmed this with the db2 dba and he also only sees
> > one connection into the database.  Is this a problem with the
> > way I have the servlet engine configured or a problem with aix or the
> > db2 client?

We are running a similar environment except with DB2/Solaris 5.2.  Perhaps I do not 
fully understand the problem you are having.  However, we are able to obtain multiple 
DB2 connections with no apparent problems with multiple servlets.

Nick


> >
> >
> > --
> > --------------------------------------------------------------
> > Please read the FAQ! <http://java.apache.org/faq/>
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Archives and Other:  <http://java.apache.org/main/mail.html>
> > Problems?:           [EMAIL PROTECTED]
> >
> 
> 
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
> 
> 


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to