摘要: 操作目的:用supervisor工具管理tomcat服务 配置环境,安装服务,以及多实例 脚本编辑: 前提 机器的opt目录下必须有jdk-8u131-linux-x64_.rpm 以及apache-tomcat-8.5.35.tar.gz 1 #!/bin/bash 2 systemctl sto 阅读全文
posted @ 2020-02-14 20:57 相磊 阅读(932) 评论(0) 推荐(0) 编辑
摘要: 1 #!/bin/bash 2 yum -y install rsync >/dev/null 3 cat >/etc/rsyncd.conf<<EOF 4 ##全局配置 5 uid = root 6 gid = root 7 use chroot = no 8 max connections = 阅读全文
posted @ 2020-02-14 17:53 相磊 阅读(176) 评论(0) 推荐(0) 编辑