随笔分类 -  Tomcat

摘要:VM options: -Dfile.encoding=UTF-8 阅读全文
posted @ 2022-03-02 15:01 骚哥 阅读(1426) 评论(0) 推荐(0) 编辑
摘要:笔记:web-》3小结 阅读全文
posted @ 2022-03-02 14:35 骚哥 阅读(20) 评论(0) 推荐(0) 编辑
摘要:方案1:在server.xml中添加了 URIEncoding="UTF-8" 属性 路径:C:\stop\apache-tomcat-8.5.69\conf 修改内容 如若方案1不行请使用方案2 方案2:在catalina.bat文件中加入set JAVA_OPTS=-Xms512m -Xmx10 阅读全文
posted @ 2022-03-02 14:19 骚哥 阅读(346) 评论(0) 推荐(0) 编辑
摘要:<?xml version="1.0" encoding="UTF-8"?> <!--代表整个Servlet容器组件,是最顶层元素。它里面可以有多个Service标签--> <Server port="8005" shutdown="SHUTDOWN"> <!--Tomcat运行所需的监听器--> 阅读全文
posted @ 2021-07-22 17:03 骚哥 阅读(539) 评论(0) 推荐(0) 编辑
摘要:原因 缓存不够,可以将其缓存调大 解决办法: 在 /conf/context.xml 的 前添加以下内容: <Resources cachingAllowed="true" cacheMaxSize="100000" /> /conf/context.xml 位置 扩存参数添加的位置 阅读全文
posted @ 2021-07-20 17:10 骚哥 阅读(8853) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示