JBoss: differenze tra le versioni
Vai alla navigazione
Vai alla ricerca
(Creata pagina con " [root@jboss bin]# ./jboss-cli.sh [disconnected /] connect [standalone@localhost:9990 /] module add --name=org.postgresql --resources=/opt/ jboss jboss-eap-8.0 postgresql-42.7.5.jar [standalone@localhost:9990 /] module add --name=org.postgresql --resources=/opt/ jboss jboss-eap-8.0 postgresql-42.7.5.jar [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...") |
Nessun oggetto della modifica |
||
(Una versione intermedia di uno stesso utente non è mostrata) | |||
Riga 1: | Riga 1: | ||
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 | [standalone@localhost:9990 /] module add --name=org.postgresql --resources=/opt/postgresql-42.7.5.jar | ||
Versione attuale delle 20:29, 8 apr 2025
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"}