Re: Unicode problem
Posted by verussolutions on Jul 13, 2011; 5:16am
URL: http://ngl.70.s1.nabble.com/Unicode-problem-tp6577693p6577752.html
1. Stop NewGenLib server (apache-tomcat)
2. Go to apache-tomcat-6.0.XX/conf directory. Open server.xml with your favourite text editor
3. In approximately lines numbers 69 to 71 you will find the below lines
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"/>
You need to add URIEncoding as UTF-8 and maxHttpHeaderSize=16000.
4. Hence your above lines must be replaced with these
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" URIEncoding="UTF-8" maxHttpHeaderSize="8192" />
5. Start NewGenLib Server
6. Reindex. (Double click on BuildIndex.bat file available in the downloaded InstallNGL3.0)
Now you must see your Vietnamese records