I'm using glassfish 4.1.1 and i can't create a JDBC-Connection-Pool or JDBC-Resources is there any solution to fix this !
Asked
Active
Viewed 220 times
1 Answers
1
Apparently the problem is in the application interface, so when i used the line commande it works !
asadmin create-jdbc-connection-pool --port {4848} --datasourceclassname org.postgresql.ds.PGSimpleDataSource --restype javax.sql.DataSource --property PortNumber={5532}:Password={password}:User={user_name}:ServerName={localhost}:DatabaseName={database_name}=org.postgresql.Driver {pool_name}

BOUKANDOURA Mhamed
- 941
- 1
- 9
- 25