码迷,mamicode.com
首页 >  
搜索关键字:nginx 反向代理 tomcat    ( 46761个结果
tomcat8.0.9的安装
下载tomcat8.0.9 http://tomcat.apache.org/download-80.cgi 选择最后一个,然后出现exe文件,直接下一步,下一步就行了 点full 如果只是本人使用,可以不设置管理员,全部默认值 后面的直接next就行了...
分类:其他好文   时间:2014-07-12 23:52:05    阅读次数:354
Caused by: java.lang.ClassNotFoundException: org.apache.commons.io.FileUtils
1、错误描述 警告: Could not create JarEntryRevision for [jar:file:/D:/MyEclipse/apache-tomcat-7.0.53/webapps/FirstSSH/WEB-INF/lib/struts2-core-2.3.16.3.jar]! java.lang.NoClassDefFoundError: org/apache/commo...
分类:编程语言   时间:2014-07-12 20:49:16    阅读次数:653
【Nginx】ngx_event_core_module模块
ngx_event_core_module模块属于事件模块,它是其它事件类模块的基础。它主要完成以下任务: 创建连接池决定使用哪些事件驱动机制初始化将要使用的事件模块 下面分析该模块的代码。 ngx_event_core_module的ngx_command_t数组定义如下: /* ngx_event_core_module对7个配置项感兴趣 */ static ngx...
分类:其他好文   时间:2014-07-12 20:13:25    阅读次数:330
nginx.conf配置文件分析
总结一下nginx.conf文件内容...
分类:其他好文   时间:2014-07-12 20:12:10    阅读次数:201
linux下Tomcat shutdown无效
linux下Tomcat shutdown无效 linux下关闭tomcat后,发现重启西东后,端口号提示被占用,...
分类:系统相关   时间:2014-07-12 18:55:39    阅读次数:264
nginx conf by linux kernel
#nginx conf by linux kernel net.ipv4.tcp_max_tw_buckets = 6000 net.ipv4.ip_local_port_range = 1024 65000 net.ipv4.tcp_tw_recycle=1 net_ipv4.tcp_tw_reuse=1 net_ipv4.tcp_syncookies=1 net.core.soma...
分类:系统相关   时间:2014-07-12 18:04:24    阅读次数:212
远程调试war程序
远程调试运行在tomcat上的Java程序...
分类:其他好文   时间:2014-07-12 17:33:56    阅读次数:546
tcMalloc 配置和优化 nginx 高性能
tcMalloc优化nginx  记住:nginx一定要先启动 1>下载安装libunwind: #wget  http://download.savannah.gnu.org/releases/libunwind/libunwind-0.99.tar.gz wget  http://download.savannah.gnu.org/releases/libunwind/libunwin...
分类:其他好文   时间:2014-07-12 16:30:01    阅读次数:164
如何修改tomcat的端口
port="8485"是没被占用的端口号。
分类:其他好文   时间:2014-07-12 14:08:45    阅读次数:219
J2EE整合Maven开发,Tomcat正常启动,访问链接报404错误
Tomcat7.X正常启动,通过浏览器访问URL时,报404错误。原来是部署时,初了问题,因为使用IDE开发,Eclipse帮我们自动部署了,可有时候会出现问题。解决方案如下: 选中项目,右键:Properties -> Deployment Assembly
分类:其他好文   时间:2014-07-12 14:03:37    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!