Re: RemoteIP valve and multiple X-Forwarded-For headers

2010-12-10 Thread Jim Riggs
On Dec 10, 2010, at 7:59 AM, Mark Thomas wrote: >> Looks like a bug, >> >> Please add it to bugzilla, as Mark suggested. >> >> BTW, I think that the following change can fix it: >> (for current tc6.0.x, not tested!) > > I don't think so. I think the problem is further up on line 558: > String[]

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Jim Riggs
On Nov 6, 2010, at 2:17 PM, Christopher Schultz wrote: >> I believe (if I heard it correctly), either Mark T. or Tim F. >> explained at ApacheCon this week that the minimum is not immediate. >> It needs to build up to that level. So, when you start Tomcat, you >> won't immediately fire up 150 thr

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Jim Riggs
On Nov 6, 2010, at 12:50 AM, rujin raj wrote: > Now my server.xml file is like this.As you told i added > executor="tomcatThreradPool" as follows > > maxThreads="1000" minSpareThreads="150"/> > > connectionTimeout="2" > executor="tomcatThreadPool" > maxThreads="1000" >

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread Jim Riggs
executor="", so in your case: executor="tomcatThreadPool" This is shown in the default/sample server.xml under the comment On Nov 5, 2010, at 9:49 AM, rujin raj wrote: > Please how to add the executor attribute in connector > > Executor="enable" or "true" > > Is it like this: >