nginx简介Nginx是一个高性能的HTTP和反向代理服务器。支持的操作系统众多,windows、linux、 MacOS X;可实现负载均衡;Rewrite功能强大;电商架构大部分都采用Nginx+Tomcat的架构。nginx常用的命令启动start nginx.exe停止nginx -s s...
分类:
其他好文 时间:
2016-01-22 13:34:22
阅读次数:
156
Tomcat安装:#官方网站下载tomcat 6.0.30或者其他版本: cd /usr/src && tar xzf apache-tomcat-6.0.30.tar.gz #直接解压就可以使用,解压完成执行,同时拷贝两个tomcat,命名为tomcat1 tomcat2 mv apache-.....
分类:
其他好文 时间:
2016-01-20 20:50:10
阅读次数:
251
使用nginx 做负载均衡 memcached处理session共享 环境 windows 7 X64 java :jdk-7windows-x64.rar nginx :http://nginx.org/en/download.html,这里我们推荐下载稳定版(stable versions),本...
如果你的tomcat应用需要采用ssl来加强安全性,一种做法是把tomcat配置为支持ssl,另一种做法是用nginx反向代理tomcat,然后把nginx配置为https访问,并且nginx与tomcat之间配置为普通的http协议即可。下面说的是后一种方法,同时假定我们基于spring-boot...
分类:
编程语言 时间:
2016-01-07 01:16:20
阅读次数:
193
简版nginx--install#tarxzfnginx-1.4.0.tar.gz#cdnginx-1.4.0#./configure--prefix=/chroot/nginx--without-select_module--without-poll_module--with-file-aio--with-http_ssl_module--without-http_fastcgi_module--without-http_memcached_module--without-http_upstream_i..
分类:
其他好文 时间:
2016-01-04 18:26:30
阅读次数:
167
0.前期准备使用Debian环境。安装Nginx(默认安装),一个web项目,安装tomcat(默认安装)等。1.一份Nginx.conf配置文件# 定义Nginx运行的用户 和 用户组 如果对应服务器暴露在外面的话建议使用权限较小的用户 防止被入侵# user www www;#Nginx进程数,...
分类:
其他好文 时间:
2015-12-27 19:02:40
阅读次数:
172
服务配置:
数量3台:tomcat_69tomcat_108nginx_134
redis:安装在tomcat_69上面,端口为6379
1.拷贝
redis-tomcat依赖包到/usr/local/tomcat7/lib目录下
下载地址:http://down.51cto.com/data/2126036
2.配置tomcat_69下的context.xml
[root@69_serverconf]#vim/usr/local/to..
分类:
其他好文 时间:
2015-12-11 18:56:11
阅读次数:
147
0.前期准备 使用Debian环境。安装Nginx(默认安装),一个web项目,安装tomcat(默认安装)等。 1.一份Nginx.conf配置文件 1 # 定义Nginx运行的用户 和 用户组 如果对应服务器暴露在外面的话建议使用权限较小的用户 防止被入侵 2 # user www ww...
分类:
其他好文 时间:
2015-12-02 12:12:45
阅读次数:
181
前段时间正在学习服务器部署,但由于公司正好碰上几个项目要赶着上线,帮着其他组做项目去了,服务器的部署就耽搁了。昨天重新在CentOS6.6上安装了Nginx,也正好记录一下安装中碰到的一些问题。 setup是我们公司安装应用服务器时的一个目录,里面包含nginx、tomcat、postgreS...
分类:
系统相关 时间:
2015-11-27 10:49:42
阅读次数:
227
Nginx+Tomcat实现反向代理及动静分离时间2014-07-07 15:18:3551CTO推荐博文原文http://yijiu.blog.51cto.com/433846/1435305主题反向代理NginxTomcat通常tomcat部署结构通常tomcat前端是nginx或apache,...
分类:
其他好文 时间:
2015-11-24 14:25:01
阅读次数:
122