<Connector acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="8192" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" port="80" redirectPort="8443" URIEncoding="UTF-8" />
Edit conf/server.xml and find the line where the Coyote HTTP Connector is defined. Add a URIEncoding="UTF-8 like above.
By default, Tomcat uses ISO-8859-1 character encoding. So, you need to change it to use UTF8 uriencoding with Tomcat.
For other information, If you use eclipse IDE, you may fail to use UTF8 tomcat. At the time, you should clean WTP cache.
'Web service' 카테고리의 다른 글
두 form을 한 줄로 보여주기 (0) | 2009.07.15 |
---|---|
[Java script] How to glue two forms (0) | 2009.06.23 |
SelectKey in insert statement in mysql (0) | 2009.06.05 |
Weakness of Java Web Start (0) | 2009.04.27 |
JDBC THIN DRIVER 사용시 CONNECT TIME FAIL-OVER를 고찰(TAF, 오라클 DB failover) (0) | 2009.04.10 |