You need to install a tomcat server and In conf/server.xml add URIEncoding="UTF-8" to the connector element, for example
<Connector port="8080" URIEncoding="UTF-8" etc.>
Also, read the note in the Deploying the Information Center as a Web Archive from the Eclipse Help Documentation