摘要: ### Tomcat CentOS 65自启动1. 安装JAVA和Tomcat2. 将Tomcat安装为service以方便管理,并配置开机自启动 在/etc/init.d/目录下创建tomcat文件,并编辑 ``` vi /etc/init.d/tomcat ``` 输入文件内容: ``` #!/ 阅读全文
posted @ 2020-10-14 14:50 Fenda_a 阅读(79) 评论(0) 推荐(0)
摘要: auto_run_script.sh文件内容 #!/bin/bash source /etc/profile echo " service starting..... " >> /home/service/auto_run_script.log date >> /home/service/auto_ 阅读全文
posted @ 2020-10-14 14:38 Fenda_a 阅读(383) 评论(0) 推荐(0)
摘要: 当前配置为centos6.x下的配置流程(当前PROD的server版本),centos7.x的配置流程有一定的区别; 服务端配置10.10.10.10 1.rpm -qa | grep nfs 2.rpm -qa | grep rpcbind 3.yum -y install nfs-utils  阅读全文
posted @ 2020-10-14 11:21 Fenda_a 阅读(70) 评论(0) 推荐(0)