openfire 的配置文件

本文介绍了使用Eclipse编译OpenFire的过程,并详细解析了OpenFire的配置文件openfire.xml。文中提供了如何设置管理控制台端口、语言环境及数据库连接等关键配置项的具体方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  eclipse 编译openfire,openfire 的配置文件在 openfire\target\openfire\conf\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 
  --> 
- <jive>
- <adminConsole>
- <!--  Disable either port by setting the value to -1 
  --> 
  <port>9090</port> 
  <securePort>9091</securePort> 
  </adminConsole>
  <locale>zh_CN</locale> 
- <!--  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>
    
  --> 
- <connectionProvider>
  <className>org.jivesoftware.database.DefaultConnectionProvider</className> 
  </connectionProvider>
- <database>
- <defaultProvider>
  <driver>com.mysql.jdbc.Driver</driver> 
  <serverURL>jdbc:mysql://192.168.1.60:3306/openfire</serverURL> 
  <username>root</username> 
  <password>1234</password> 
  <testSQL>select 1</testSQL> 
  <testBeforeUse>true</testBeforeUse> 
  <testAfterUse>true</testAfterUse> 
  <minConnections>5</minConnections> 
  <maxConnections>25</maxConnections> 
  <connectionTimeout>1.0</connectionTimeout> 
  </defaultProvider>
  </database>
  <setup>true</setup> 
  </jive>


如果想从新配置openfire 的运行环境 可以将 \target\openfire 目录下的 文件全部删除,重新build, 或者用下载包中的 openfire.xml  替换
\target\openfire 目录下的配置文件,运行 openfire\target\openfire\bin\openfire.bat 的批处理文件

转载于:https://www.cnblogs.com/ilahsa/archive/2012/09/04/2670792.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值