Re: Fw: Can not understand how maxThreads of Connectors works

2013-01-25 Thread Hermes Flying
SSAGE- Hash: SHA256 Hermes, On 1/25/13 4:16 AM, Hermes Flying wrote: > I am using the correct server.xml. In the version 5.5.36 the > maxThreads of 0 has no effect due to this code in > org.apache.tomcat.util.net.PoolTcpEndpoint You said you were using Tomcat 6. Now you say you are using

Re: Fw: Can not understand how maxThreads of Connectors works

2013-01-25 Thread Hermes Flying
I am using the correct server.xml. In the version 5.5.36 the maxThreads of 0 has no effect due to this code in org.apache.tomcat.util.net.PoolTcpEndpoint  public void setMaxThreads(int maxThreads) {     if( maxThreads > 0)         tp.setMaxThreads(maxThreads);     } So what I observe is correct

Re: Fw: Can not understand how maxThreads of Connectors works

2013-01-24 Thread Hermes Flying
From: André Warnier To: Tomcat Users List Sent: Thursday, January 24, 2013 7:14 PM Subject: Re: Fw: Can not understand how maxThreads of Connectors works Hermes Flying wrote: > Hi, > I don't see how this answers my issue. > 1) You say 0 t

Re: Fw: Can not understand how maxThreads of Connectors works

2013-01-24 Thread Hermes Flying
Sent: Thursday, January 24, 2013 11:53 AM Subject: Re: Fw: Can not understand how maxThreads of Connectors works Hermes Flying wrote: > Hi, > So is there an explanation for this? All I am interested is make sure that > after a limit, clients attempted to connect are stopped based on my &g

Re: Fw: Can not understand how maxThreads of Connectors works

2013-01-23 Thread Hermes Flying
Hi, So is there an explanation for this? All I am interested is make sure that after a limit, clients attempted to connect are stopped based on my configuration on maxThreads and accept count. But I can not figure out how this works. From: Hermes Flying

Re: Fw: Can not understand how maxThreads of Connectors works

2013-01-21 Thread Hermes Flying
Flying wrote: > > Hi, > Is there any update on this? I don't see any problem setting maxThreads=0 And if you try making a request with a Tomcat instance that uses that configuration? Mark > > Thank you > > > - Forwarded Message - > From: Hermes Flying

Fw: Can not understand how maxThreads of Connectors works

2013-01-20 Thread Hermes Flying
Hi, Is there any update on this? I don't see any problem setting maxThreads=0 Thank you - Forwarded Message - From: Hermes Flying To: Tomcat Users List Sent: Friday, January 18, 2013 8:55 AM Subject: Re: Can not understand how maxThreads of Connectors works Hi Chris, Tried

Re: Can not understand how maxThreads of Connectors works

2013-01-17 Thread Hermes Flying
Hi Chris, Tried with this simple server.xml and maxThreads=0 but I did not see any kind of errors.Attached the catalina logs                                                                                                  

Re: Can not understand how maxThreads of Connectors works

2013-01-17 Thread Hermes Flying
Hi, This is the server.xml. Sorry for not replying promptly but I am "multitasking" in a lot of things :(                                                   From: Christopher Schultz To: Tomcat Users List Sent: Thursday, Janu

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Hermes Flying
:01 AM, Hermes Flying wrote: > I am trying to understand how the maxThreads attribute of > Connectors works. I did some tests in order to configure Tomcat to > limit the number of concurrent client requests (as asked in my > previous mail). Please copy anything relevant into this threa

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Hermes Flying
I apologize, You asked precise versions. Will let you know asap (don't remember them by heart) From: Hermes Flying To: Tomcat Users List ; Tomcat Users List ; "a...@ice-sa.com" Sent: Wednesday, January 16, 2013 6:29 PM Subject: Re: Can not

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Hermes Flying
maxThreads of Connectors works Hermes Flying wrote: > Hi, > I am trying to understand how the maxThreads attribute of Connectors works. I > did some tests in order to configure Tomcat to limit the number of concurrent > client requests(as asked in my previous mail). > Did the fo

Re: Tomcat ssl vulnerability CVE-2009-3555

2012-11-26 Thread Hermes Flying
To: Tomcat Users List Sent: Tuesday, November 27, 2012 12:09 AM Subject: Re: Tomcat ssl vulnerability CVE-2009-3555 On Nov 26, 2012, at 3:36 PM, Hermes Flying wrote: > Hi, > I am running Tomcat 5.35 and I got a report that it is vulnerable to SSL > client renegotiation DoS. >

Re: Tomcat ssl vulnerability CVE-2009-3555

2012-11-26 Thread Hermes Flying
To: Tomcat Users List Sent: Tuesday, November 27, 2012 12:09 AM Subject: Re: Tomcat ssl vulnerability CVE-2009-3555 On Nov 26, 2012, at 3:36 PM, Hermes Flying wrote: > Hi, > I am running Tomcat 5.35 and I got a report that it is vulnerable to SSL > client renegotiation DoS. >

Re: Tomcat ssl vulnerability CVE-2009-3555

2012-11-26 Thread Hermes Flying
To: Tomcat Users List Sent: Tuesday, November 27, 2012 12:09 AM Subject: Re: Tomcat ssl vulnerability CVE-2009-3555 On Nov 26, 2012, at 3:36 PM, Hermes Flying wrote: > Hi, > I am running Tomcat 5.35 and I got a report that it is vulnerable to SSL > client renegotiation DoS. >

Re: Tomcat ssl vulnerability CVE-2009-3555

2012-11-26 Thread Hermes Flying
r To: Tomcat Users List Sent: Monday, November 26, 2012 11:41 PM Subject: Re: Tomcat ssl vulnerability CVE-2009-3555 Hermes Flying wrote: > Just to be clear. When I say report,  I mean a report from a security > penetration test suite which reports that the server allows re

Re: Tomcat ssl vulnerability CVE-2009-3555

2012-11-26 Thread Hermes Flying
Just to be clear. When I say report,  I mean a report from a security penetration test suite which reports that the server allows renegotiation From: Hermes Flying To: "users@tomcat.apache.org" Sent: Monday, November 26, 2012 10:36 PM Subject:

Tomcat ssl vulnerability CVE-2009-3555

2012-11-26 Thread Hermes Flying
Hi, I am running Tomcat 5.35 and I got a report that it is vulnerable to SSL client renegotiation DoS. You notein your docs that this is not a Tomcat issue per se, but JSSE issue. Please note that allowUnsafeLegacyRenegotiation is set to false. Looking into the source code I see the following:

Re: Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Hermes Flying
t: Re: Tomcat 7 and JIoEndpoint as used in ssl 2012/7/5 Hermes Flying : > Ok I will read these thank you. > So essentially you are saying that I can not get away by justo overriding the > new method delegating to the old one? I.e. > > public ServerSocketFactory getServerSocketFact

Re: Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Hermes Flying
/5 Hermes Flying : > Hi, > > I have build a custom SSL implementation and I use that for the SSL > connectivity in Tomcat. > This was build back in Tomcat 5 and it works in Tomcat 6 > But now that we are trying to migrate in Tomcat 7 a change has been done that > bre

Tomcat 7 and JIoEndpoint as used in ssl

2012-07-04 Thread Hermes Flying
Hi, I have build a custom SSL implementation and I use that for the SSL connectivity in Tomcat. This was build back in Tomcat 5 and it works in Tomcat 6 But now that we are trying to migrate in Tomcat 7 a change has been done that breaks my implementation. Specifically the org.apache.tomcat.uti

After going to Tomcat 6 I get log4j problems. Why? (RE:)

2012-05-25 Thread Hermes Flying
roblems? Thank you! I'd suspect that one of them is the culprit. 2012/5/25 Hermes Flying : > Hi, > > I have upgraded from Tomcat 5.5 to Tomcat 6.0.35 > I am getting java.lang.NoClassDefFoundError: > org.apache.commons.logging.LogFactory > I didn't have this problem

After going to Tomcat 6 I get log4j problems. Why?

2012-05-25 Thread Hermes Flying
Hi, I have upgraded from Tomcat 5.5 to Tomcat 6.0.35 I am getting java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory I didn't have this problem before. Note that I have commons-logging already in my web apps WEB-INF\lib And this exception is from a class (custom class) running

Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks

2012-04-04 Thread Hermes Flying
ing the pool eventually shrink to 0, is merely a work around, but I realize it will NOT work. H2 is starting it's own thread, there is no way around this, unless there is way to shut down this thread. Maybe this shuts down if all connections are closed. Filip - Original Message - >

Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks

2012-04-04 Thread Hermes Flying
Tomcat Users List Sent: Wednesday, April 4, 2012 8:12 PM Subject: Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks On 04/04/2012 17:14, Hermes Flying wrote: > Hi Mark,thank you for your reply. 2 questions related your mail 1)I > don't understan

Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks

2012-04-04 Thread Hermes Flying
Ok. So how is the configuration parameter fixing my problem? Would you please explain this to me to undestand how this works? From: Filip Hanik Mailing Lists To: Tomcat Users List ; Hermes Flying Sent: Wednesday, April 4, 2012 7:50 PM Subject: Re

Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks

2012-04-04 Thread Hermes Flying
ubject: Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks just set minIdle=0 and enable the eviction process to take care of it. Filip - Original Message ----- > From: "Hermes Flying" > To: "Daniel Mikusa" > Cc: users@t

Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks

2012-04-04 Thread Hermes Flying
like a "racing" condition. How should I mediate this? Thank you for your time From: Mark Thomas To: Tomcat Users List Sent: Wednesday, April 4, 2012 6:42 PM Subject: Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks On 04/04

Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks

2012-04-04 Thread Hermes Flying
urce myself? How? If all what I describe is reasonable this seems to me like a "racing" condition. How should I mediate this? Thank you for your time.   From: Daniel Mikusa To: Hermes Flying Sent: Wednesday, April 4, 2012 5:14 PM Subject: Re: Discrepancy between Tomcat's conn

Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks

2012-04-04 Thread Hermes Flying
between Tomcat's connection pool and tomcat's report on memory leaks On 04/04/2012 13:05, Hermes Flying wrote: > Hi, > > I am using Tomcat 7.0.25 in a Linux machine > > I am using Tomcat's connection pool > (org.apache.tomcat.dbcp.dbcp.BasicDataSource). As da

Re: Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks

2012-04-04 Thread Hermes Flying
Hi Dan, The following entry is in server.xml   And the following entry is under $TOMCAT_HOME/conf/context.xml   Do you need more details than these? From: Daniel Mikusa To: Tomcat Users List Sent: Wednesday, April 4, 2012 3:35 PM Subject: Re: Discrep

Discrepancy between Tomcat's connection pool and tomcat's report on memory leaks

2012-04-04 Thread Hermes Flying
Hi, I am using Tomcat 7.0.25 in a Linux machine I am using Tomcat's connection pool (org.apache.tomcat.dbcp.dbcp.BasicDataSource). As database I am using H2 as a file database. All is ok, but I have the following problem. On shutdown of Tomcat I see in catalina.out: SEVERE: The web applicati