If you are having problems with Tomcat 5.x and JSPWiki with UTF-8, please note the following!
You have to edit server.xml of Tomcat (is in the conf-directory of Tomcat). Please add to
<Connector port="8080" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" disableUploadTimeout="true"/>
the term 'URIEncoding="UTF-8"'.
It should look like that:
<Connector port="8080" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" disableUploadTimeout="true" URIEncoding="UTF-8"/>
Remember that if you use mod_jk, you should define the URIEncoding for the AJK Connector, too.
WARNING: Our Wikis running on 2.2.33 with jspwiki.properties set to UTF-8 did not display pages anymore that contained Umlaute after setting this. I had to disable the URIEncoding again.
--Christoph Sauer 2-Sep.2006
Add new attachment
Only authorized users are allowed to upload new attachments.