cannot startup connection pool - error!
i am trying to make a connection pooling in Weblogic using DB2. i used the ff infos:
Name: myConnectionPool
URL: jdbc db2://localhost:5000
Driver Class Name: COM.ibm.db2.jdbc.DB2Driver
properties: user=db2admin
but i got this error:
Cannot startup connection pool "MyConnectionPool" weblogic.common.
Resource Exception : Cannot load driver class: COM.ibm.db2.jdbc.DB2Driver
can somebody pls help me with this. thx
请先登录再写评论。
jerry wrote:
Did you add the driver to your project classpath?
R