From my experience modjk doesn't have charset configuration, only on connector 
into server.xml you can change charset configuration (URIEncodig, 
useBodyEncodingForURI) but only to parse the uri and parameters of the request, 
not for output.

Did you try with the same tomcat to get pages from http tomcat connector (port 
8080 default) and from apache (port 80 default).

i.e: if you have a dynamic page testPage.html build by tomcat, try this on your 
browser
http://localhost:8080/testPage.html
http://localhost:80/testPage.html

If the result is the same, connector and apache are not the origin.

If you 




-----Original Message-----
From: Thierry Templier [mailto:temp...@yahoo.fr] 
Sent: venerdì 29 aprile 2011 14:33
To: users@tomcat.apache.org
Subject: mojk and utf8 charset problem

Hello,

I developped an application that uses UTF8 encoding since it needs to display 
arabic characters. When directly accessing the application from Tomcat, 
everything works fine. When I tried to access it through Apache web server and 
mod jk, I have problems to display such characters. Utf8 is correctly 
configured within Apache web server since I can display them from static pages. 
So it seems the problem comes from mod jk.

Is there a way to configure modjk to use utf8 encoding for http requests and 
responses?

Thanks very much for your answers.
Thierry



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

Reply via email to