反馈已提交
网络繁忙
When FineBI is installed in Linux/Unix system and deployed to Tomcat server, if the character set of the environment is not modified to utf-8, a garbled error will occur. For example, the output of garbled code, the export of excel garbled code, etc., the following describes how to modify the character set with common servers as examples.
Note: there is no problem of modifying the character set when FineBI is installed with its own installation package.
When FineBI is deployed to the Tomcat server, you need to find the server.xml file under the Tomcat installation path ../conf, modify the tag "connector" of the configured Tomcat port, and add the URIEncoding attribute: URIEncoding="utf-8". The code is as follows:
<Connector port="8090" protocol="HTTP/1.1" maxThreads="150" connectionTimeout="20000" redirectPort="8443" URIEncoding="utf-8" />
When FineBI is deployed to the WebLogic Server, you need to find the startweblogic.sh file under theWeblogic installation directory ../domains/own project name and add -Dfile.encoding=utf-8 to it.
When FineBI is deployed to the WebSphere server, you need to find the configuration file server.xml file under the WebSphere installation directory and modify the file.
<span class="ed_gongshi">genericJvmArguments="-Dfile.encoding=utf-8 -Ddefault.client.encoding=utf-8"</span>
Note: the above modified character set can be configured in the modified memory.Refer to Modify FineBI Configuration Parameters.
售前咨询电话
400-811-8890转1
在线技术支持
在线QQ:800049425
热线电话:400-811-8890转2
总裁办24H投诉
热线电话:173-1278-1526
文 档反 馈
鼠标选中内容,快速反馈问题
鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。
不再提示
10s后关闭