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