
TOMCAT
孙大晨
海阔凭鱼跃,天高任鸟飞
展开
-
Apache Portable Runtime (APR) based Native library for Tomcat
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:…… 搜索了一下发现是tcnative的组建没有。按照网络教程,下载了一个14版本的,继续报错: An incom原创 2015-08-04 11:00:41 · 688 阅读 · 0 评论 -
TOMCAT-manager发布war包文件超大
使用tomcat自带的manager进行WAR包部署的时候,提示文件太大,无法上传。解决方案: 找到 tomcat/webapps/manager/WEB-INF/web.xml 文件 修改如下2行: <max-file-size>524288000</max-file-size> <max-request-size>524288000</max-request-size>默认是50M,原创 2015-03-12 10:36:37 · 524 阅读 · 0 评论