jboss/bin/jboss-cli.xml in torquebox-lite-0.2.2 vs jboss/bin/jboss-cli.xml in torquebox-lite-0.3.0

- old
+ new

@@ -11,13 +11,20 @@ <port>9999</port> </default-controller> <validate-operation-requests>true</validate-operation-requests> + <!-- whether to resolve system properties specified as command argument or operation parameter values + in the CLI VM before sending the operation requests to the controller --> + <resolve-parameter-values>false</resolve-parameter-values> + <!-- Command and operation history log configuration --> <history> <enabled>true</enabled> <file-name>.jboss-cli-history</file-name> <file-dir>${user.home}</file-dir> <max-size>500</max-size> </history> + + <!-- Whether to write info and error messages to the terminal output --> + <silent>false</silent> </jboss-cli>