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.

