Hi List,

I got an issue with my Solr-environment in Tomcat.
First: I am not very familiar with Tomcat, so it might be my fault and not
Solr's.

It can not be a solr-side configuration problem, since everything worked
fine with my local Jetty-servlet container.

However, when I deploy into Tomcat, several special characters were shown in
their utf-8 representation.

Example:
göteburg will be displayed as <str name="q">göteburg</str> when it comes to
search.

I tried the following within my server.xml-file

    <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443"
                           URIEncoding="UTF-8" />

And restarted Tomcat afterwards.

The problem only occurs when I try to search for something.
It is no problem to index that data.

Thank you for any help!

Regards,
Em
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Tomcat-special-character-problem-tp1857648p1857648.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to