超图FAQ: 一般情况下,Tomcat数据编码不是“utf-8”,也就不兼容中文路径,即 URI 中包含中文时会出错。因此,为使 SuperMap iServer 的 war 包兼容中文路径,部署 war 包的 Tomcat服务器的数据编码需要改为“utf-8”,即参数 URIEncoding 需设置为 URIEncoding="utf-8"。Tomcat 上的具体操作为,修改 \Tomcat\conf\server.xml,在如下位置加上最后一行:
protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8453"
executor="tomcatThreadPool"
enableLookups="false"
URIEncoding="utf-8"/>