jboss-cli Questions
6
Solved
I'm new to jboss-cli and working through the 'jboss-cli recipes'.
Question
How do I read one specific property using jboss-cli? E.g.
jboss.home.dir (e.g. "-Djboss.home.dir=/path/to/my/jboss")
...
2
Solved
Is there a way to deploy modules to Wildfly via scripting (as in, without manually modifying XML files)? I know about the jboss-cli.sh command to add module but is there a way to either directly mo...
3
Solved
Does anyone have an example script for setting up the messaging subsystem in Wildfly using CLI?
The perfect example would be the CLI needed to take a server running the standalone.xml, and after r...
3
Solved
I'm following the tutorial from: https://github.com/jbosstm/quickstart/tree/master/XTS/ssl
Using jboss-cli successfully added the security-realm:
/core-service=management/security-realm=SSLRealm:...
Rozella asked 19/6, 2014 at 11:51
1
Solved
We are trying to read the JBoss status using the jboss-cli.bat command.
jboss-cli.bat -c --command=":read-attribute(name=server-state)" > "$env:JBOSS_HOME\JbossServerStatus.txt"
Storing the s...
Claudell asked 11/4, 2017 at 11:41
3
I'm using Wildfly 10. At first I tried to create datasource via CLI.
A command deploy mysql-connector-java-6.0.4.jar was executed well.
/subsystem=datasources:installed-drivers-list shows that dri...
Lyndes asked 9/10, 2016 at 21:4
0
I have an application that is using multiple JMS Queues. Problem with the application is that it is almost not creating any logs. I would like to avoid stopping the application, updating the source...
Rackrent asked 16/2, 2017 at 14:30
1
© 2022 - 2024 — McMap. All rights reserved.