JBoss: differenze tra le versioni

Da GazziNet.
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
Riga 1: Riga 1:
   
   
  [root@jboss bin]# ./jboss-cli.sh
  [root@jboss bin]# ./jboss-cli.sh -c
 
[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
  [standalone@localhost:9990 /] module add --name=org.postgresql --resources=/opt/postgresql-42.7.5.jar
    
    

Versione delle 20:08, 8 apr 2025

[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"}