摘要:
公司两台服务器都安装了tomcat,配置apache作为负载均衡,当一台服务器出现故障时还能保证业务正常运行。 Server1:192.168.1.100 Server2:192.168.1.200 1、查询是否已经安装了apache rpm -qa | grep httpd 2、使用yum安装ap 阅读全文
摘要:
因有的程序使用kill才能结束掉进程,没有关闭脚本,以我司的服务为例,服务名叫asset-server服务,只有启动脚本,自编写关闭脚本,及重启动脚本。 关闭服务脚本。 vim asset-shutdown #!/bin/bashfor assetstatus in "`ps -ef | grep 阅读全文