環境: apache-tomcat-6.0.13 + joseki-3.1
対象ページ: http://localhost/joseki/query.html
/opt/apache-tomcat-6.0.13/conf/server.xml
<Connector server="anonymous" port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
useBodyEncodingForURI="true" />
/opt/apache-tomcat-6.0.13/webapp/joseki/query.html
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/opt/apache-tomcat-6.0.13/webapp/joseki/WEB-INF/lib/joseki.jar
org.joseki.http.Servlet
public void doGet(HttpServletRequest httpRequest, HttpServletResponse httpResponse)
// httpResponse.setContentType("text/html; charset=utf-8");
httpRequest.setCharacterEncoding("UTF-8");