Thanks Eric. By reading the info urls you gave I was able to identify the problem. It was just a matter of setting apache to disable url parsing since I want it as a clean simple load balance server. Just had to comment the original line and set it as unparsed according: #JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories JkOptions +ForwardKeySize +ForwardURICompatUnparsed -ForwardDirectories Thanks again, Rui 2009/2/17 rui fernandes <rjmfernandes@xxxxxxxxx>: > Hi Eric, > > I read the doc and doesn't look bad. I'll give a try and tell you > about after. Many thanks. > > Rui > > 2009/2/16 Eric Covener <covener@xxxxxxxxx>: >> On Mon, Feb 16, 2009 at 10:47 AM, rui fernandes <rjmfernandes@xxxxxxxxx> wrote: >>> Ok Eric, >>> >>> I have no logs to give you ( I really don't know what you want to be logged). >>> >>> I will give you an example (value Mérida): >>> >>> http://apacheserver/myapp?param=M%C3%A9rida >>> >>> (UTF-8 url encoded) Goes bad! (I don't want to go bad). Meaning bad >>> that the tomcat cluster translates into wrong/strange characters. >>> >>> http://apacheserver/myapp?param=M%E9rida >>> >>> (ISO88591) Goes ok! But that it's not what I want since I want to >>> encode in utf-8. >> >> >> Look at the jkoptions that talk about URI encoding, or pre-encode your >> links, or figure out how to coerce browsers into generating the query >> string you want reliably. >> >> >> -- >> Eric Covener >> covener@xxxxxxxxx >> >> --------------------------------------------------------------------- >> The official User-To-User support forum of the Apache HTTP Server Project. >> See <URL:http://httpd.apache.org/userslist.html> for more info. >> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx >> " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx >> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx >> >> > > > > -- > Un saludo, > Rui > -- Un saludo, Rui --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx