解决Openfire 无法进入admin页面的问题,9090端口被占用_html/css_WEB-ITnose

WBOY
发布: 2016-06-24 12:06:16
原创
2302 人浏览过

今天装Openfire,http://127.0.0.1:9090/index.html就是不能访问,怀疑是端口被占用。

于是netstat -ano


查看任务管理器,居然是被qq占用


于是将Openfire改成9191端口,运行成功

修改C:\Program Files\Openfire\conf\openfire.xml

<jive>    <adminconsole>        <!-- Disable either port by setting the value to -1 -->        <port>9191</port>        <secureport>9091</secureport>    </adminconsole>    <locale>en</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>    --></jive>
登录后复制


来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!