在server.xml配置文件中:
<Connector port="8080"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               connectionTimeout="20000" disableUploadTimeout="true" URIEncoding="utf-8"/>
    <!-- Note : To disable connection timeouts, set connectionTimeout value
     to 0 -->
     
     
     其中关键是增加:URIEncoding="utf-8" 这样中文名也就支持了