Closed Bug 360605 Opened 18 years ago Closed 18 years ago

Configure utf8 support for nutch.developer.mozilla.org

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: sancus, Assigned: aravind)

Details

In the tomcat conf/server.xml file there should be a "Connector" that is similar to:
<Connector port="80" maxHttpHeaderSize="8192" 
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />

Add URIEncoding="UTF-8" to the end of it:

<Connector port="80" maxHttpHeaderSize="8192" 
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" 
URIEncoding="UTF-8" />
Assignee: server-ops → aravind
Done.  Restarted tomcat, so should be effective right away.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Yep, seems to be working fine. Thanks.
Status: RESOLVED → VERIFIED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.