Re: Missing Request Parameters

2006-08-17 Thread lmelendez
in mod_jk.conf for apache, we have the following lines: # define the channel JkSet channel.socket:localhost:8009.port 8009 JkSet channel.socket:localhost:8009.host 127.0.0.1 # define the worker JkSet ajp13:localhost:8009.channel channel.socket:localhost:8009 JkUriSet group ajp

Re: Missing Request Parameters

2006-08-17 Thread lmelendez
Nicolas Schwartz wrote: > > I thought it might come from the connector ... > Did you already try to change it ? > Which version are you using ? > Interesting point Nicolas, to be honest with you... I don't know a lot about connectors. I went to the Server.xml file in Tomcat and found the follo

Re: Missing Request Parameters

2006-08-16 Thread lmelendez
Nicolas Schwartz wrote: > > It occurs on GET requests, maybe on POST ones but we don't know. > The value of the parameter is not long, neither is the value. > It appears to occur "randomly" > Exact same thing in our case. We have seen it in GET requests, not entirely sure about POSTs. We use s

Re: Missing Request Parameters

2006-08-15 Thread lmelendez
Hi Rache, Well, we are seeing the problem. Our web application seems to *drop* parameters for some requests and we still don't know what it is. We have enabled Valves and Filters and it looks like the parameters never make it to tomcat. The problem is intermitent and we cannot reproduce it at w