Confluence : Configuring Tomcat's URI encoding
This page last changed on May 25, 2006 by mryall.
By default, Tomcat uses ISO-8859-1 character encoding when decoding URLs received from a browser. This can cause problems when Confluence's encoding is UTF-8, and you are using international characters in attachment or page names.
If you are using mod_jkYou should apply the same URIEncoding parameter as above to the AJP connector if you are using mod_jk, and add the following option to your Apache mod_jk configuration: <Connector port="8009" protocol="AJP/1.3" URIEncoding="UTF-8"/>
JkOptions +ForwardURICompatUnparsed More information using Apache with TomcatFor comprehensive examples of how to use Tomcat and Apache with Confluence, see Running Confluence behind Apache. |
![]() |
Document generated by Confluence on Mar 22, 2007 20:55 |