I am using lambdaprobe to monitor the datasource and
it shows that many maxActive connections for each
webapp deployed. So the total possible max connections
to the database would become maxActive times number of
webapps. But I would like to confirm that as I have
had occasional database connectivity errors and I was
suspecting if what lambdaprobe is showing isn't
correct and the total possible max connections to
database for all webapps combined is actually what is
specified in maxActive?
Anyone familiar with what I am talking about?

Thanks.
--- Victor Saez <[EMAIL PROTECTED]> wrote:

> I think that's the MaxActive connections on the
> database.
> 
> Depending on how you configure the datasource it
> will be available for one
> or all webapps.
> 
> The tomcat docs have a good explanation, here you
> got the link for tomcat
> 5.5.
> 
>
http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html
> 
> 
> Please correct me if I'm wrong, or if I
> missunderstood your question.
> 
> Cheers!
> 
> 
> 
> 2008/1/8, Eqbal <[EMAIL PROTECTED]>:
> >
> > I have defined my jndi DataSource for connecting
> to
> > the database under the conf/context.xml file. I
> would
> > like to understand what it means in terms of
> > availability of the datasource to each of the web
> apps
> > and the thing I am confused about is what is the
> > maximum number of connections available? Is it the
> > maxActive times number of web apps or just
> maxActive?
> >
> > Thanks.
> >
> >
> >
> >      
>
____________________________________________________________________________________
> > Be a better friend, newshound, and
> > know-it-all with Yahoo! Mobile.  Try it now.
> >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> >
> >
> >
>
---------------------------------------------------------------------
> > To start a new topic, e-mail:
> users@tomcat.apache.org
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> 
> 
> -- 
> VĂ­ctor
> 



      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to