JBoss

Da GazziNet.
Vai alla navigazione Vai alla ricerca

Estrazione da:

https://www.extraordy.com/installiamo-un-datasource-postgresql-in-jboss-eap-7-0/ 


[root@jboss bin]# ./jboss-cli.sh -c
[standalone@localhost:9990 /] module add --name=org.postgresql --resources=/opt/postgresql-42.7.5.jar
 
[jboss@jboss main]$ /opt/jboss/bin/jboss-cli.sh -c
[standalone@localhost:9990 /] /subsystem=datasources/jdbc-driver=postgresql:add(driver-name=postgresql, driver-module-name=org.postgresql)
{"outcome" => "success"}