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
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
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
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
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
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
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
Hi Chris,
Tried with this simple server.xml and maxThreads=0 but I did not see any kind
of errors.Attached the catalina logs
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
: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
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
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
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.
>
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.
>
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.
>
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
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:
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:
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
/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
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
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
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
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 -
>
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
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
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
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
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
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
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
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
32 matches
Mail list logo