Advertisement
jbjares

jboss-cli.xml

May 28th, 2014
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1.  
  2. <?xml version='1.0' encoding='UTF-8'?>
  3.  
  4. <!--
  5. JBoss AS7 Command-line Interface configuration.
  6. -->
  7. <jboss-cli xmlns="urn:jboss:cli:1.0">
  8.  
  9. <!-- The default controller to connect to when 'connect' command is execute$
  10. <default-controller>
  11. <!-- host>localhost</host -->
  12. <host>140.203.155.234</host>
  13. <port>9999</port>
  14. </default-controller>
  15.  
  16. <!-- Command and operation history log configuration -->
  17. <history>
  18. <enabled>true</enabled>
  19. <file-name>.jboss-cli-history</file-name>
  20. <file-dir>${user.home}</file-dir>
  21. <max-size>500</max-size>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement