"Manos Moschous" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi,
>
> I use an old version of tomcat server that is integrated in a whole system 
> ( this is a streaming server platform ).
> Recenlty i needed to support greek language charset encoding and i tried 
> to use the request.setCharacterEncoding.
>
> Unfortunately i have an old version of servlet API and i am not able to 
> use this method.
>
> Is there any way to upgrade the servlet API to tomcat server....?
>

You'd have to upgrade all of Tomcat to at least 4.x to have 
request.setCharacterEncoding work.

Tomcat 3.3.x does have it's own (non-portable) method to do the same thing, 
if you happen to be using that version.

> Thank you in advance!
>
> \M 




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

Reply via email to