Re: registering a DB2ConnectionPoolDataSource in tomcat 5.5

2007-07-27 Thread dileep_sivaraman
name to the your server. > In context.xml add the following line of code: > > type="javax.sql.DataSource"/> > > One last thing, please note that you have to change the previous > parameters according to your database. Hope that will help > On 7/27/07, dileep_sivaraman <[EMAIL

registering a DB2ConnectionPoolDataSource in tomcat 5.5

2007-07-26 Thread dileep_sivaraman
Hi , I am trying to register a com.ibm.db2.jcc.DB2ConnectionPoolDataSource datasource in tomcat 5.5.4. I am not getting any exception's while doing a context lookup and gives me the datasource. However the paramaeter's that are set with that Resource are always null. Server.xml In my code