FIreHAzaR:-D CRiB

This is not a blog. This is my diary.

Current Posts

  1. 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.