Sun Java System Application Server Standard and Enterprise Edition - Conection Pool

Hello guys,

I need to make a connection pool so , I have found these commands.

( http://wiki.java.net/bin/view/Projects/ConfigureHibernate [ Step 4 ] )

./asadmin create-jdbc-connection-pool --datasourceclassname=com.pointbase.xa.xaDataSource --restype javax.sql.XADataSource --property

User=PBPUBLIC:Password=pbpublic:DatabaseName="jdbc\:pointbase\:server\://localhost\:9092/sample" HibernatePool

./asadmin create-jdbc-resource --connectionpoolid HibernatePool jdbc/__Hibernate

So anyone had the file that this commands generate ? Can post here and tell me where I need to put these files ?

Thanks in advice.

[762 byte] By [Guilherme_Kellera] at [2007-11-26 23:31:06]
# 1
java.net Forums : GlassfishPlease refer :AS_INSTALL_DIR/lib/install/templates/resources/jdbc/READMEfor details. Cya.
Guilherme_Kellera at 2007-7-10 14:42:40 > top of Java-index,Application & Integration Servers,Application Servers...