Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-19 Thread rui fernandes
Ok you did not gave me any urls... I thought so, but it was google who gave based on your indications: http://confluence.atlassian.com/display/DOC/Configuring+Tomcat%27s+URI+encoding 2009/2/19 rui fernandes : > Thanks Eric. > > By reading the info urls you gave I was able to identify th

Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-19 Thread rui fernandes
+ForwardKeySize +ForwardURICompat -ForwardDirectories JkOptions +ForwardKeySize +ForwardURICompatUnparsed -ForwardDirectories Thanks again, Rui 2009/2/17 rui fernandes : > Hi Eric, > > I read the doc and doesn't look bad. I'll give a try and tell you > about after. Many thanks. >

Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-16 Thread rui fernandes
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 : > On Mon, Feb 16, 2009 at 10:47 AM, rui fernandes > wrote: >> Ok Eric, >> >> I have no logs to give you ( I really don't kn

Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-16 Thread rui fernandes
he tomcat nodes) with mod_jk, no special httpd.conf besides the normal worker configuration for load balancing. Do you recongnize my problem? Do you think it has a solution? 2009/2/16 Eric Covener : > On Mon, Feb 16, 2009 at 7:57 AM, rui fernandes wrote: >> in schema: >> >> me --

Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-16 Thread rui fernandes
in schema: me -- url with values encoded in utf-8 --> tomcat nodes (ok) me -- url with values encoded in iso... --> apache ---> tomcat nodes (ok) me -- url with values encoded in utf8 ---> apache --> tomcat nodes (bad) I want this last one to be ok! any ideas? 2009/2/16 rui f

Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-16 Thread rui fernandes
ic Covener : > On Mon, Feb 16, 2009 at 7:05 AM, rui fernandes wrote: >> Hi, >> >> Just in case people didn't paid attention to the first message, I was >> hoping someone knew the answer to this simple apache (2.2) >> configuration problem (uri encoding in utf-8

[us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-16 Thread rui fernandes
Hi, Just in case people didn't paid attention to the first message, I was hoping someone knew the answer to this simple apache (2.2) configuration problem (uri encoding in utf-8 and not in iso..). Thanks, Rui 2009/2/13 rui fernandes : > I have a Tomcat cluster with an Apache Server

[us...@httpd] problem with url encoding for apache server as load balancing server

2009-02-13 Thread rui fernandes
I have a Tomcat cluster with an Apache Server as load balancing server. Every server (Tomcat cluster nodes) and apache runs on Windows. Everything works fine except for url encoding problems. My Tomcat nodes expect UTF-8 URL encoding which is ok. But the Apache server expects ISO 8859-1 url encodin