[xwiki-users] Contributing to AdminGuide/Encoding
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
Hi Thomas, On Dec 17, 2007, at 9:14 AM, Thomas Pasch wrote:
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?
Yes, you need to register on http://www.xwiki.org (link at the top right corner of the screen). Once logged in you'll be able to edit pages. Thanks for your help! -Vincent
participants (2)
-
Thomas Pasch -
Vincent Massol