Tomcat6 httpd connector utf8

Nabeel Moidu nabeelmoidu at gmail.com
Thu Sep 10 09:40:24 UTC 2009


Hi

I have a setup of tomcat6 integrated with httpd-2.2.3-22.el5 using
mod_proxy_ajp

My issue is when there's UTF8 encoded URL's to be passed between the tomcat
and httpd, the url is corrupted.

After a little bit of googling, I've found that the following needs to be
enabled

in tomcat server.xml

<Connector port="8009" protocol="AJP/1.3" URIEncoding="UTF-8"/>

and mod_jk.conf

 JkOptions +ForwardURICompatUnparsed


Is there an equivalent to JkOptions in mod_proxy_ajp ?
Or
is there a mod_jk available for httpd-2.2.3 . The one on RHN seems to work
only for Apache 2.0.x
I get this error when I try it on my httpd

Starting httpd: httpd: Syntax error on line 210 of
/etc/httpd/conf/httpd.conf: Syntax error on line 2 of
/etc/httpd/conf.d/mod_jk.conf: API module structure `jk_module' in file
/etc/httpd/modules/mod_jk.so is garbled - perhaps this is not an Apache
module DSO?


Any help anyone ?

-- 
Thanks and Regards
Nabeel Moidu
Doha, Qatar



More information about the redhat-list mailing list