Skip to content

Instantly share code, notes, and snippets.

@Inkimar
Last active October 28, 2016 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Inkimar/d8fe774cb320886e299975916c91613e to your computer and use it in GitHub Desktop.
Save Inkimar/d8fe774cb320886e299975916c91613e to your computer and use it in GitHub Desktop.
wildfly, show datasources
example :
log-in
~/$WILDFLY_HOME/bin $ ./jboss-cli.sh --connect
[standalone@localhost:9990 /] /subsystem=datasources:read-resource
{
"outcome" => "success",
"result" => {
"data-source" => {
"ExampleDS" => undefined,
"MediaDS" => undefined
},
"jdbc-driver" => {"h2" => undefined},
"xa-data-source" => undefined
}
}
[standalone@localhost:9990 /] /subsystem=datasources/data-source=MediaDS:read-attribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment