摘要: 一、单机版搭建(centOS6.4) 安装solr需要有Java环境和tomcat的存在 1、在/usr/local/目录下建立一个文件solr [root@localhost local]# mkdir solr 2、 将tomcat拷贝到新键的solr目录下,重命名 [root@localhos 阅读全文
posted @ 2017-04-10 21:35 mslog 阅读(3367) 评论(0) 推荐(0) 编辑
摘要: 1) 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop 阅读全文
posted @ 2017-04-10 21:33 mslog 阅读(187) 评论(0) 推荐(0) 编辑