Re: Odd NIO connector behavior

2012-02-23 Thread Matthew Tyson
Just a heads up to the Tomcat team - I switched all our comet handling to Jetty, and these issues are resolved. Something is definitely amiss in the NIO connector. Regards, Matt Tyson On Sat, Dec 31, 2011 at 10:23 AM, Mark Thomas wrote: > On 31/12/2011 16:35, Matthew Tyson wrote: > > On Wed,

looks minSpareThreads is not honored - tc 7.0.25

2012-02-23 Thread claudio
Hi, I am using tomcat 7.0.25 on linux and java 6u30 to perform some load testing, and came to this observation. Performing some ab (apache benchmark) tests as specified in [1] and the http connector configured as: - references to an executor as - without an executor and with a minSpareThre

RE: Tomcat with mod_jk becomes irresponsive after working for awhile

2012-02-23 Thread Felix Schumacher
Am 23.02.2012 19:50, schrieb Ofer Israeli: Felix Schumacher wrote: Am 23.02.2012 19:32, schrieb Ofer Israeli: Caldarale, Charles R wrote: From: Ofer Israeli [mailto:of...@checkpoint.com] Subject: RE: Tomcat with mod_jk becomes irresponsive after working for awhile I am in the situation wh

Re: LDAP connection issue

2012-02-23 Thread Felix Schumacher
Am 22.02.2012 21:40, schrieb vbw: Hi all, I am having trouble using FORM based authentication against an LDAP server. I have configured my web.xml and server.xml and created a Login.jsp page and can can successfully authenticate against a simple tomcat-users.xml file. Therefore I am confiden

RE: Tomcat with mod_jk becomes irresponsive after working for awhile

2012-02-23 Thread Ofer Israeli
Felix Schumacher wrote: > Am 23.02.2012 19:32, schrieb Ofer Israeli: >> Caldarale, Charles R wrote: From: Caldarale, Charles R Subject: RE: Tomcat with mod_jk becomes irresponsive after working for awhile >>> You might want to take a thread dump of Tomcat and see just what is >

RE: Tomcat with mod_jk becomes irresponsive after working for awhile

2012-02-23 Thread Ofer Israeli
Felix Schumacher wrote: > Am 23.02.2012 19:32, schrieb Ofer Israeli: >> Caldarale, Charles R wrote: From: Ofer Israeli [mailto:of...@checkpoint.com] Subject: RE: Tomcat with mod_jk becomes irresponsive after working for awhile >>> I am in the situation where the server is givin

RE: Tomcat with mod_jk becomes irresponsive after working for awhile

2012-02-23 Thread Felix Schumacher
Am 23.02.2012 19:32, schrieb Ofer Israeli: Caldarale, Charles R wrote: From: Caldarale, Charles R Subject: RE: Tomcat with mod_jk becomes irresponsive after working for awhile You might want to take a thread dump of Tomcat and see just what is going on. Also look in the Tomcat logs (there a

RE: Tomcat with mod_jk becomes irresponsive after working for awhile

2012-02-23 Thread Felix Schumacher
Am 23.02.2012 19:32, schrieb Ofer Israeli: Caldarale, Charles R wrote: From: Ofer Israeli [mailto:of...@checkpoint.com] Subject: RE: Tomcat with mod_jk becomes irresponsive after working for awhile I am in the situation where the server is giving 503s for all incoming requests, so I did a cap

RE: Tomcat with mod_jk becomes irresponsive after working for awhile

2012-02-23 Thread Ofer Israeli
Caldarale, Charles R wrote: >> From: Caldarale, Charles R >> Subject: RE: Tomcat with mod_jk becomes irresponsive after working >> for awhile > >> You might want to take a thread dump of Tomcat and see just what is >> going on. > > Also look in the Tomcat logs (there are several) to see if errors

RE: Tomcat with mod_jk becomes irresponsive after working for awhile

2012-02-23 Thread Ofer Israeli
Caldarale, Charles R wrote: >> From: Ofer Israeli [mailto:of...@checkpoint.com] >> Subject: RE: Tomcat with mod_jk becomes irresponsive after working >> for awhile > >> I am in the situation where the server is giving 503s for all >> incoming requests, so I did a capture now to see what the situat

RE: ISAPI errors 87 when disabling IIS 7.0's response buffering

2012-02-23 Thread Konstantin Preißer
Hello Rainer, > -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Monday, February 20, 2012 7:48 PM > > I don't really know, but 1220 is ERROR_CONNECTION_INVALID, which is > closer to what you expected. One of the parameters passed to > WriteClient > and also

Tomcat 7 Maven Plugin - embedded reload

2012-02-23 Thread David Miller
I'm using the below Tomcat 7 Maven plugin and am not having any luck reloading changed classes. Changes made to a jsp are reflected right away but class file changes are not. I have my IDE (Netbeans 7) set to compile on save, I'm using Maven 2.2.1 and I have reloadable='true' in my context.xml file

Re: Threads Locking Monitors(61 Threads Locking)

2012-02-23 Thread Amol Puglia
I am having tomcat version 6.0.26. Let me know if you need further information From: "Caldarale, Charles R" To: Tomcat Users List Sent: Thursday, February 23, 2012 7:44 PM Subject: RE: Threads Locking Monitors(61 Threads Locking) > From: Amol Puglia [mailt

Form based Realm Authentication question

2012-02-23 Thread Kris Easter
We're using Form based JNDIRealm Authentication against an LDAP server and it's all working fine except for one issue. When a user enters an invalid username/password they get sent to the error page, but they also get sent to the same error page if the LDAP server is down. Is there a way to trap

RE: Threads Locking Monitors(61 Threads Locking)

2012-02-23 Thread Caldarale, Charles R
> From: Amol Puglia [mailto:amolcpug...@yahoo.com] > Subject: Threads Locking Monitors(61 Threads Locking) > I am analyzing thread dumps of tomcat What version? > Below is the description of the thread which is locking on monitor. > I do not understand what is causing this. The thread in ques

Re: Tomcat 6 with servlet 3.0 and EL 2.2

2012-02-23 Thread Pid
On 23/02/2012 10:51, André Moraes wrote: > Hello everyone, i'm new to the mailing list and I have a doubt that > probably someone already had. I need to adapt my tomcat 6 to run servlet > 3.0 and el 2.2. I work in a company that's very resilient about changing > anything in the main server, even if

Threads Locking Monitors(61 Threads Locking)

2012-02-23 Thread Amol Puglia
Hello Team, I am analyzing thread dumps of tomcat and I can see there are around 61 threads locking monitors Below is the description of the thread which is locking on monitor. I do not understand what is causing this. Kindly someone explain the analysis of the below thread. "ajp-8009-35" daemo

Tomcat 6 with servlet 3.0 and EL 2.2

2012-02-23 Thread André Moraes
Hello everyone, i'm new to the mailing list and I have a doubt that probably someone already had. I need to adapt my tomcat 6 to run servlet 3.0 and el 2.2. I work in a company that's very resilient about changing anything in the main server, even if it is to make an upgrade from tomcat 6 to 7, and

Re: parallel deployment: multiple applications responding

2012-02-23 Thread Aristedes Maniatis
On 23/02/12 7:24 PM, Mark Thomas wrote: On 23/02/2012 06:51, Aristedes Maniatis wrote: We've been using parallel deployment for some time now with tomcat 7.0.25. For the most part the parallel deployment is a really nice idea, particularly because we don't have sessions serialised and clustered

Re: parallel deployment: multiple applications responding

2012-02-23 Thread Mark Thomas
On 23/02/2012 06:51, Aristedes Maniatis wrote: > We've been using parallel deployment for some time now with tomcat > 7.0.25. For the most part the parallel deployment is a really nice idea, > particularly because we don't have sessions serialised and clustered > across all running instances. > >