博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
重新配置OpenFire数据库
阅读量:6260 次
发布时间:2019-06-22

本文共 621 字,大约阅读时间需要 2 分钟。

1.停止oepnfire服务
  [root@openfire.clvn.com.cn ~]# su - openfire
  -bash-4.1$ cd /usr/local/openfire/bin
  -bash-4.1$ ./openfire stop
  
2.找到openfire配置文件
  [root@openfire.clvn.com.cn ~]# cd /usr/local/openfire/conf/
  [root@openfire.clvn.com.cn conf]# ls
  available-plugins.xml  crowd.properties  openfire.xml  security.xml  server-update.xml
  [root@openfire.clvn.com.cn conf]# vim openfire.xml
  找到
  <setup>true</setup>
  将其删除
 
 3.重新启动openfire
  [root@openfire.clvn.com.cn ~]# su - openfire
  -bash-4.1$ cd /usr/local/openfire/bin
  -bash-4.1$ ./openfire start
  Starting openfire
最新内容请见作者的GitHub页:http://qaseven.github.io/

转载地址:http://hfesa.baihongyu.com/

你可能感兴趣的文章
判断一个变量是否为空的方法
查看>>
使用PS保存PDF为图片(JPG)
查看>>
Es对于日期处理
查看>>
使用RSA加密在Python中逆向shell
查看>>
关于和技术人员交流的一二三
查看>>
产生sdp文件供DSS使用
查看>>
怎样把数据汇到Excel中的心得经验
查看>>
spring+mybatis的多源数据库配置实战
查看>>
Oracle 导入外部文件数据库
查看>>
oracle与sqlserver区别
查看>>
HQL: Hibernate查询语言
查看>>
java生成随机字符串uuid
查看>>
client 如何找到正确的RegionServer(HBase -ROOT-和.META.表)
查看>>
PHP函数篇详解十进制、二进制、八进制和十六进制转换函数说明
查看>>
How to update WPF browser application manifest and xbap file with ‘mage.exe’
查看>>
php创建token
查看>>
centos 7 执行 groupinstall报错
查看>>
实战react技术栈+express前后端博客项目(5)-- 前后端实现登录功能
查看>>
MySQL 前缀索引——让索引减负狂奔
查看>>
Android基础 四大组件之广播(Broadcast)
查看>>