Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Modify Tomcat's server.xml file and add the following attribute to the connector tag:

Code Block

URIEncoding="UTF-8"

The end result would be something like this:

Code Block

<Connector port="8080" maxHttpHeaderSize="8192" ... URIEncoding="UTF-8" />

Modify MySQL configuration

...