What is --admin-only mode in Jboss
Issue
- Need to understand the usage of
--admin-onlyand also how to identify if Jboss server is running in--admin-onlymode ? - How to update the
standalone/configuration/*.xmlfile without starting the server ? - How to start the server back in
NORMALmode viaCLI? - Unable to run JBoss CLI command
/subsystem=datasources/data-source=ExampleDS:test-connection-in-pooland getting an error which I assume is unavailable in admin only mode:
{
"outcome" => "failed",
"failure-description" => "JBAS014884: No operation named 'test-connection-in-pool' exists at address [
(\"subsystem\" => \"datasources\"),
(\"xa-data-source\" => \"oracleDSxa\")
]",
"rolled-back" => true
}
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
