On Wed, Aug 26, 2009 at 10:24 AM, Bernadette Houghton < bernadette.hough...@deakin.edu.au> wrote:
> We have an encoding problem with our solr application. That is, non-ASCII > chars displaying fine in SOLR, but in googledegook in our application . > > Our tomcat server.xml file already contains URIencoding="UTF-8" under the > relevant <connector>. > > A google search reveals that I should set the encoding for the JVM, but > have no idea how to do this. I'm running Windows, and there is no tomcat > process in my Windows Services. > Add the following parameter to the JVM: -Dfile.encoding=UTF-8 -- Regards, Shalin Shekhar Mangar.