Sha256: 74e2cace88cb0de89c6d072d7432a697b8058f997d0e79ccdc93cd76ebc3613e
Contents?: true
Size: 684 Bytes
Versions: 14
Compression:
Stored size: 684 Bytes
Contents
<?xml version='1.0' encoding='UTF-8'?> <!-- JBoss AS7 Command-line Interface configuration. --> <jboss-cli xmlns="urn:jboss:cli:1.1"> <!-- The default controller to connect to when 'connect' command is executed w/o arguments --> <default-controller> <host>localhost</host> <port>9999</port> </default-controller> <validate-operation-requests>true</validate-operation-requests> <!-- 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> </jboss-cli>
Version data entries
14 entries across 14 versions & 2 rubygems