public void service(HttpServletRequest request,HttpServletResponse response) throws ServletException,IOException{
//Set Mime type for the response
request.setCharacterEncoding("SJIS");
response.setContentType("text/html; charset=SJIS");
Servlet |