I am new to weblogic, i designed connection pool for my database, i am using sybase databae, but it's giving this message "JDBC driver is not on the CLASSPATH". Can anybody help me in this problem thanks
Why did you have to write your own connection pooling mechanism? Weblogic has a datasource configuration which you can set and call from your java program. The datasource does connection pooling for you.