Thanks Kerem ,

But I need to set the content-type of a servlet response as
"application/vnd.wap.mms-message" without adding a charset header. Since
some handsets do not accept the MMS response messages although the
messsage is well-encoded. Anyway, thanks for your response.

Regards,

Alpay

On Thu, 2005-09-22 at 13:51, KEREM ERKAN wrote:
> 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 
> > 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to