----20120622----
openfire connection manager install:
1. cp tar.gz package to connection manager server path
2. tar -xvzf the package
3. modify the conf manager.xml
<domain>imopenfire01.sam.com</domain>
<port>5262</port>
<password>admin</password>
<verify>false</verify>
* domain必须使用openfire服务器同名(如果没有做DNS则在hosts里面写上)
openfire connection manager run:
1. cp jre from openfire to connection_manager directory
2. set the system env variables
[root@IMopenfire02 connection_manager]# export JAVA_HOME=/opt/connection_manager/jre/
[root@IMopenfire02 connection_manager]# export CMANAGER_HOME=/opt/connection_manager/
3. execute the script
[root@IMopenfire02 connection_manager]# ./bin/cmanager.sh
----20120622----
openfire connection manager install:
1. cp tar.gz package to connection manager server path
2. tar -xvzf the package
3. modify the conf manager.xml
<domain>imopenfire01.sam.com</domain>
<port>5262</port>
<password>admin</password>
<verify>false</verify>
* domain必须使用openfire服务器同名(如果没有做DNS则在hosts里面写上)
openfire connection manager run:
1. cp jre from openfire to connection_manager directory
2. set the system env variables
[root@IMopenfire02 connection_manager]# export JAVA_HOME=/opt/connection_manager/jre/
[root@IMopenfire02 connection_manager]# export CMANAGER_HOME=/opt/connection_manager/
3. execute the script
[root@IMopenfire02 connection_manager]# ./bin/cmanager.sh
----20120622----

本文档详细介绍了OpenFire连接管理器的安装步骤及运行配置。包括将压缩包复制到服务器路径并解压,修改配置文件中的域名、端口等参数,设置环境变量以及执行启动脚本等内容。
216

被折叠的 条评论
为什么被折叠?



