Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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 execute$
- <default-controller>
- <!-- host>localhost</host -->
- <host>140.203.155.234</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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement