tomcat动静分离

1.七层代理动静分离

nginx代理服务器:192.168.233.61 代理又是静态

tomcat1:192.168.233.71

tomcat2:192.168.233.72

全部关闭防火墙

tomcat动静分离_第1张图片

tomcat动静分离_第2张图片

在http模块里面

tomcat动静分离_第3张图片

tomcat动静分离_第4张图片

tomcat动静分离_第5张图片tomcat动静分离_第6张图片tomcat动静分离_第7张图片

tomcat1,2

tomcat动静分离_第8张图片tomcat动静分离_第9张图片

tomcat动静分离_第10张图片

tomcat动静分离_第11张图片

删除上面的hostname 148

配置

tomcat动静分离_第12张图片

tomcat动静分离_第13张图片

直接访问

http://192.168.66.17/index.jsp

2.四层+七层+动静分离

五台服务器

1.nginx代理 192.168.233.61

2 静态页面和动态请求的转发服务器

192.168.233.62

192.168.233.63

3.tomcat1

tomcat2

192.168.233.71

192.168.233.72

在nginx代理服务器

tomcat动静分离_第14张图片

tomcat动静分离_第15张图片

静态网页

systemctl restart nginx

vim nginx.conf

tomcat动静分离_第16张图片

vim /usr/local/nginx/html/index.html

tomcat动静分离_第17张图片

同理第二个静态

你可能感兴趣的:(tomcat,服务器,java)