You may add the charset of your choice (probably Turkish) to your jsp by
adding

<%@ page contentType="text/html; charset=iso-8859-9" %>

To the beginning of your jsp page. If you do not add this, Tomcat will
always default to ISO-8859-1 or UTF-8 (I don't remember which one was
default).

Regards,

Kerem


> -----Original Message-----
> From: Alpay Ozturk [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 22, 2005 12:37 PM
> To: Tomcat Users List
> Subject: Default Charset in Content-Type Header
> 
> Hi,
> 
> I am using Tomcat 4.1.29 in a production environment and I 
> want   tomcat
> not to add default charset in Content-Type response header.
> Is it possible?
> 
> Thanks in advance.
> 
> Alpay 
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to