今天装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>
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号