The moose likes Other Java Products and Servers and the fly likes making connection pool in Glassfish v3 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "making connection pool in Glassfish v3" Watch "making connection pool in Glassfish v3" New topic
Author

making connection pool in Glassfish v3

Sherif Shehab
Ranch Hand

Joined: Mar 05, 2007
Posts: 462

hi,
I;m trying to make MSSQL connection pool in Glassfish v3, and i got this exception i reviewed this, post but still getting the same exception

here are my configurations :

pool name : test2
JDBC Resource---> jndi name:jdbc/myJDBCResourceName and associated with test2

here is my code :

and this is the part of WEB.xml



and i added this part in sun-web.xml




anything i'm missing ??

Thanks,
Sherif
Sherif Shehab
Ranch Hand

Joined: Mar 05, 2007
Posts: 462

Guys , any solution?
 
IntelliJ Java IDE
 
subject: making connection pool in Glassfish v3
 
Threads others viewed
Unable to create Data Source in Tomcat
Cannot create JDBC driver of class '' for connect URL 'null'
Help With Connection Pool
JBOSS connection pooling
Connection Pooling Problem In Tomcat
IntelliJ Java IDE