Server configs
Tomcat (Apache SOLR)
Tomcat to supports UTF-8
Edit Tomcat's server.xml:
- Add URIEncoding="UTF-8" to the correct Connector.
- Be sure to remove useBodyEncodingForURI from that Connector.
Source: Wim Mostrey.
This is not a blog. This is my diary.
Edit Tomcat's server.xml:
Source: Wim Mostrey.