Login

mvnForum

mvnForum Homepage Welcome Guest
  Search  
  Index  | Recent Threads  | Unanswered Threads  | List Polls  | Public Albums  | Who's Online  | Help


Quick Go »


No member browsing this thread
Thread Status: Active
Total posts in this thread: 2
Post new Thread
Author
Previous Thread This topic has been viewed 1554 times and has 1 reply Next Thread
Male Serobit
Stranger




Joined: Jan 24, 2006
Post Count: 17
Status: Offline
Reply to this Post  Reply with Quote 
smile Search problem

For correct search on non-english language on Tomcat you must
set in it config (conf/server.xml) URIEncoding="UTF-8" for used connector. Sample:

<Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
URIEncoding="UTF-8"/>

By default URIEncoding="ISO-8859-1" and it is not work.

May be add this to Installation FAQ?
[Jan 30, 2006 1:08:42 PM] Show Printable Version of Post    View Member Profile    Send Private Message    http://www.meryb.org [Link] Report threatening or abusive post: please login first  Go to top 
Male minhnn
mvnForum Developer
Member's Avatar

Vietnam
Joined: Oct 16, 2002
Post Count: 2956
Status: Offline
Reply to this Post  Reply with Quote 
Re: Search problem

Thank for your suggestion, I added this to the TODO.txt to be added in the docs.
----------------------------------------
Minh Nguyen
mvnForum Developer
Want a free, open source Java Jsp/Servlet forum, get mvnForum at http://www.mvnForum.com

http://www.DienDanLinux.org
[Feb 4, 2006 3:52:12 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest    http://www.MyVietnam.net    minhnn_mvn [Link] Report threatening or abusive post: please login first  Go to top 
Show Printable Version of Thread  Post new Thread