下载tomcat8.0.9
http://tomcat.apache.org/download-80.cgi
选择最后一个,然后出现exe文件,直接下一步,下一步就行了
点full
如果只是本人使用,可以不设置管理员,全部默认值
后面的直接next就行了...
分类:
其他好文 时间:
2014-07-12 23:52:05
阅读次数:
354
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
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
linux下Tomcat shutdown无效
linux下关闭tomcat后,发现重启西东后,端口号提示被占用,...
分类:
系统相关 时间:
2014-07-12 18:55:39
阅读次数:
264
#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
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
Tomcat7.X正常启动,通过浏览器访问URL时,报404错误。原来是部署时,初了问题,因为使用IDE开发,Eclipse帮我们自动部署了,可有时候会出现问题。解决方案如下: 选中项目,右键:Properties -> Deployment Assembly
分类:
其他好文 时间:
2014-07-12 14:03:37
阅读次数:
177