改完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選項(xiàng)中選擇偏好選項(xiàng)Preferences ,輸入tomcat,進(jìn)入tamcat7.0的Launch,點(diǎn)擊Create 那個按鈕
第二排有個Arguments點(diǎn)擊后在VM arguments內(nèi)輸入-Dfile.encoding=utf-8保存試試
2017-04-13
將服務(wù)器也重新配置一下,所有步驟重新來,再試試,可能漏掉步驟了
2017-04-08
有重啟tomcat服務(wù)器嗎?