码迷,mamicode.com
首页 > 其他好文 > 详细

ngnix +tomcat7 简单配置

时间:2017-03-17 17:50:37      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:cto   不同   log   jpg   round   技术分享   down   tor   rect   

1.下载tomcat7 修改conf 文件夹下的server.xml文件

1.<Server port="8205" shutdown="SHUTDOWN">

2.<Connector port="89" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

3.<Connector port="8209" protocol="AJP/1.3" redirectPort="8443" />

2.启动两个tomcat 服务

3.配置nginx的conf 文件夹下 的 Nginx.conf文件

技术分享

为了看效果可以修改tomcat  的index.jsp文件 

最后启动 Nginx 访问localhost:81 ,最后可以看见不同的访问效果!

 

ngnix +tomcat7 简单配置

标签:cto   不同   log   jpg   round   技术分享   down   tor   rect   

原文地址:http://www.cnblogs.com/fuyuanming/p/6567479.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!