Try using example/exampledocs/test_utf8.sh to narrow down if the charset problems you're hitting are due to servlet container configuration.
-Yonik http://www.lucidimagination.com 2009/10/24 Glock, Thomas <thomas.gl...@pfizer.com>: > > Thanks but not working... > > I did have the URIEncoding in place and just again moved the URIEncoding > attribute to be the first attribute - ensured I saved sever.xml, shut down > tomcat, deleted logs and cache and still no luck.... Its probably something > very simple and I'm just missing it. > > Thanks for your help. > > > -----Original Message----- > From: Zsolt Czinkos [mailto:czin...@gmail.com] > Sent: Saturday, October 24, 2009 11:36 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr under tomcat - UTF-8 issue > > Hello > > Have you set URIEncoding attribute to UTF-8 in tomcat's server.xml (on > connector element)? > > Like: > > <Connector URIEncoding="UTF-8" connectionTimeout="20000" port="8080" > protocol="HTTP/1.1" redirectPort="8443"/> > > Hope this helps. > > Best regards > > czinkos > > > 2009/10/24 Glock, Thomas <thomas.gl...@pfizer.com>: >> >> Hoping someone can help - >> >> Problem: >> Querying for non-english phrases such as Добавить do not return any >> results under Tomcat but do work when using the Jetty example. >> >> Both tomcat and jetty are being queried by the same custom (flash) >> client and both reference the same solr/data/index. >> >> I'm using an http POST rather than http GET to do the query to solr. >> I believe the problem must be in how tomcat is configured and had hoped the >> -Dfile.encoding=UTF-8 would solve it - but no luck. I've stopped started >> tomcat and deleted the work directory as well. >> >> Results are the same in both IE6 and Firefox and I've used both >> firebug and fiddler to view the http request/responses. It is consistent - >> jetty works, tomcat does not. >> >> Environment: >> Tomcat 6 as a service on WinXP Professional 2002 sp 2 >> Tomcat Java properties - >> >> -Dcatalina.home=C:\Program Files\Apache Software >> Foundation\Tomcat 6.0 >> -Dcatalina.base=C:\Program Files\Apache Software >> Foundation\Tomcat 6.0 >> -Djava.endorsed.dirs=C:\Program Files\Apache Software >> Foundation\Tomcat 6.0\endorsed >> -Djava.io.tmpdir=C:\Program Files\Apache Software >> Foundation\Tomcat 6.0\temp >> >> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager >> -Djava.util.logging.config.file=C:\Program Files\Apache >> Software Foundation\Tomcat 6.0\conf\logging.properties >> -Dfile.encoding=UTF-8 >> >> Thanks in advance. >> Tom Glock >> >> >