改完tomcat后還是中文亂碼啊
改完tomcat后還是中文亂碼啊 ?tomcat也重啟了 不知道是什么原因啊
<Connector port="8080" protocol="HTTP/1.1"
? ? ? ? ? ? ? ?connectionTimeout="20000"
? ? ? ? ? ? ? ?redirectPort="8443" URIEncoding="UTF-8"/>
? ? <!-- A "Connector" using the shared thread pool-->
? ? <!--
? ? <Connector executor="tomcatThreadPool"
? ? ? ? ? ? ? ?port="8080" protocol="HTTP/1.1"
? ? ? ? ? ? ? ?connectionTimeout="20000"
? ? ? ? ? ? ? ?redirectPort="8443" />
? ? -->
2017-04-23
在Window選項中選擇偏好選項Preferences ,輸入tomcat,進入tamcat7.0的Launch,點擊Create 那個按鈕
第二排有個Arguments點擊后在VM arguments內輸入-Dfile.encoding=utf-8保存試試
2017-04-13
將服務器也重新配置一下,所有步驟重新來,再試試,可能漏掉步驟了
2017-04-08
有重啟tomcat服務器嗎?