On 27-Apr-2009, at 22:05, David Rush wrote:

Andre-John:

Actually it was the original poster who was using a hosting company. I'm using machines that I have full control of.

My problem was resolved by calling setContentType("text/html") in the controller servlet before it used include() to send control to some .jsp files.

Ah ok, I hadn't paid attention to the issue change.

BTW since you are using a JSP, you should be able to specify the content type in the JSP:

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>

André-John
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to