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