
tomcat
菜鸟柱子
编程小菜
展开
-
tomcat启动45s超时问题
问题:本地tomcat启动超时45s报错错误信息:Server MyEclipse Tomcat v7.0 was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.解决方案:修改tomcat配置...原创 2018-07-31 17:51:58 · 2915 阅读 · 0 评论 -
tomcat 乱码配置 serve.xml
============================== tomcat 乱码配置 <Connector connectionTimeout="20000" port="80" protocol="HTTP/1.1" redirectPort="8443" useBodyEncodingForURI="true" URIEncoding="UTF-8"/&原创 2018-11-28 14:29:41 · 308 阅读 · 0 评论 -
404/500页面配置
web.xml配置<error-page> <error-code>404</error-code> <location>/404.jsp</location> </error-page> <error-page> <error-code>500</e原创 2019-03-11 16:30:06 · 808 阅读 · 0 评论 -
tomcat 访问日志配置
conf/server.xml <Host name="www.***.com" appBase="webapps" unpackWARs="true" autoDeploy="true"> <Context path="/" reloadable="false"></Context> ...原创 2019-03-21 18:04:48 · 5860 阅读 · 0 评论