users@glassfish.java.net

Re: Glassfish issue - JDBC connection pool ping fails

From: Major Péter <majorpetya_at_sch.bme.hu>
Date: Fri, 27 Nov 2009 20:19:18 +0100

Hi,

Did you read http://docs.sun.com/app/docs/doc/820-4495/beanb?a=view ?

I guess the servername should be 'localhost'.
I'm not familiar with sybase, but with mysql, I need only to set:
- servername (localhost)
- databasename (mydb)
- port (3306)
- user (myuser)
- password (mypass)
fields.

Are you certain about datasourcename and networkprotocol properties
really exists for this type of connection pool?

Regards,
Peter