Advertisement
Guest User

openfire.xml contents (edited)

a guest
Oct 2nd, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Most properties are stored in the Openfire database. A
  2. property viewer and editor is included in the admin console.
  3. -->
  4. <!-- root element, all properties must be under this element -->
  5. <jive>
  6. <adminConsole>
  7. <!-- Disable either port by setting the value to -1 -->
  8. <port>-1</port>
  9. <securePort>9091</securePort>
  10. </adminConsole>
  11. <locale>nl</locale>
  12. <!-- Network settings. By default, Openfire will bind to all network interfaces.
  13. Alternatively, you can specify a specific network interfaces that the server
  14. will listen on. For example, 127.0.0.1. This setting is generally only useful
  15. on multi-homed servers. -->
  16. <!--
  17. <network>
  18. <interface></interface>
  19. </network>
  20. -->
  21. "openfire.xml" 57L, 1861C written
  22. root@tonny:/usr/local/etc/openfire # /usr/local/etc/rc.d/openfire restart
  23. Stopping openfire.
  24. Waiting for PIDS: 994.
  25. Starting openfire.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement