zoukankan      html  css  js  c++  java
  • solr安装

    检查防火墙是否关闭,或者8983端口是否允许开放

    • systemctl stop firewalld.service #停止firewall
    • systemctl disable firewalld.service #禁止firewall开机启动
    •  firewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)

    开启端口命令

    firewall-cmd --zone=public --add-port=8983/tcp --permanent (--permanent永久生效,没有此参数重启后失效)

    参考网址 https://www.cnblogs.com/shanheyongmu/p/6268468.html

  • 相关阅读:
    浅谈生成全排列的4种方法
    UVA
    UVA
    UVA
    UVA
    MySQL索引篇
    MySQL事务篇
    MySQL架构篇
    Redis性能调优
    Redis分布式锁
  • 原文地址:https://www.cnblogs.com/stormy/p/9741979.html
Copyright © 2011-2022 走看看