ecplise 設置web
1 ecplise編碼格式tomcat
右鍵 在general-workspace- text file encoding 選擇utf-8服務器
2 jsp文件編碼格式 web-jspfile-encodingeclipse
tomcat設置jsp
1 URl地址中傳遞值的編碼格式配置,使能夠傳遞中文格式的值, services-service- 添加xml-URLEncoding="gbk"到Connector標籤中編碼
<Connector URLEncoding="gbk" connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>
2 方便代碼編寫編譯,修改代碼不須要重啓服務器。 services-service-設置reloadable="false"spa
<Context docBase="myWeb" path="/myWeb" reloadable="false" source="org.eclipse.jst.jee.server:myWeb"/></Host>