This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Is JNDI connection pooling for the whole container or for each war filepeterj Mar 17, 2010 9:15 AM (in response to dirshah)That connection pool is for the entire container. Any app that looks up the JNDI name can request a connection. So there is a total of 20 connections to share among all of the apps.
- 
        2. Re: Is JNDI connection pooling for the whole container or for each war filedirshah Mar 18, 2010 3:00 AM (in response to peterj)Thanks Peter for your reply. It helped. 
 
    