Connection Pooling

Hi,

I have 2 questions:

1) When we create a data source inWebLogic Application Server,

we specify the connection pool and JDBC , JNDI details in config.xml.

Is that correct?

If not, in which Deployment descriptor do we specify these details

2) When we create a data source inWebSphere Application Server,

where do we specify the connection pool and JDBC , JNDI details?

Please clarify my doubts

Thanks

[480 byte] By [mynaa] at [2007-11-27 4:20:49]
# 1
Can any one tell me How we configure connection pooling in WebLogic and WebSphere Application server?Thanks
mynaa at 2007-7-12 9:27:55 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

In Weblogic server, you need not configure datasource inside config.xml

when u create a datasource and connection pool in console it will be automatically created in config.xml

websphere configuring connection pool and datasource

http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/cdat_conpool.html

spooncha@in.ibm.coma at 2007-7-12 9:27:55 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...