I openfire.xml appears in the administrator name … I add it?
That is what I get in my openfire.xml
<?xml version="1.0" encoding="UTF-8" ?>
This file stores bootstrap properties needed by Openfire.
Property names must be in the format: "prop.name.is.blah=value"
That will be stored as:
<prop>
<name>
<is>
<blah>value</blah>
</is>
</name>
</prop> Most properties are stored in the Openfire database. A
property viewer and editor is included in the admin console.
–>
root element, all properties must be under this element
–>
Disable either port by setting the value to -1
–>
9090
9091
es
Network settings. By default, Openfire will bind to all network interfaces.
Alternatively, you can specify a specific network interfaces that the server
will listen on. For example, 127.0.0.1. This setting is generally only useful
on multi-homed servers.
–>
<network>
<interface></interface>
</network>
–>
org.jivesoftware.database.EmbeddedConnectionProvider
true