Questions tagged [jboss-cli]

jBoss/WildFly command line interface

The AS 7 Command Line Interface (CLI) is a command line management tool for the AS 7 domain or a standalone server. It allows a user to connect to the AS7 domain controller or a standalone server and execute management operations available through the AS7 detyped management model. Depending on the operation system, the CLI is launched using jboss-admin.sh or jboss-admin.bat located in the AS7 bin directory.

91 questions
-3
votes
1 answer

jboss_cli active sessions details

I am pretty new to jboss and am wondering if we can get the details about the active sessions on a deployment. For count its possible via /deployment=DEPLOYMENT.war/subsystem=undertow/:read-attribute(name=active-sessions) But I am looking into if I…
sunnyb
  • 15
  • 3
1 2 3 4 5 6
7