
问题处理
问题处理
jamesge2010
这个作者很懒,什么都没留下…
展开
-
解决eclipse部署tomcat服务器无法启动的问题
这是我于2013年9月4号晚遇到的问题,为了这个问题我一夜没睡! 对于这个问题,我相信我的方法已经能帮90%的人解决了! 当你用Eclipse运行web项目的时候,你就会看到控制台出现: WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.ecli转载 2016-11-16 10:01:17 · 23642 阅读 · 9 评论 -
Tomcat使用线程池配置高并发连接
1:配置executor属性打开/conf/server.xml文件,在Connector之前配置一个线程池:<Executor name="tomcatThreadPool" namePrefix="tomcatThreadPool-" maxThreads="1000" maxIdleTime="300000" ...转载 2018-03-28 21:45:10 · 262 阅读 · 0 评论