Hello,
I would like to contribute to the documentation
at the URL
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding
I would like to at the following:
Tomcat
------
In order to enable UTF-8 in tomcat, you have to add
URIEncoding="UTF-8"
to each connector enabled/used in conf/server.xml.
For example the non-HTTP Connector should read:
<Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false" redirectPort="8443"
acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
URIEncoding="UTF-8"/>
Is there a way to get a direct account on the
documentation wiki?
Kind regards,
Thomas