feecy

#etc/profile 

export CATALINA_HOME=/wocloud/tomcat_cluster/tomcat1/apache-tomcat-7.0.57

#查看防火墙状态

 firewall-cmd --state

#开放8080

firewall-cmd --permanent --zone=public --add-port=8080/tcp

#开放8009

firewall-cmd --permanent --zone=public --add-port=8009/tcp

#加载配置,使得修改有效。

firewall-cmd --reload 

#查看开启的端口

firewall-cmd --permanent --zone=public --list-ports

#阿里云服务器上防火墙开放8080 8009 

 

tomcat在阿里云上启动慢的问题

解决方案

# 安装rngd服务(熵服务,增大熵池)

yum install rng-tools 

# 启动服务

systemctl start rngd  

#强制关闭tomcat

ps -ef|grep java

kill -9 XXX

分类:

技术点:

相关文章:

  • 2021-12-20
  • 2021-11-05
  • 2021-08-01
  • 2021-09-10
  • 2021-12-14
猜你喜欢
  • 2021-04-10
  • 2021-11-28
  • 2021-04-11
  • 2022-01-23
  • 2021-12-20
  • 2021-06-02
  • 2021-08-05
相关资源
相似解决方案