Re: a problem: tomcat exits unexpectedly

2014-10-06 Thread bo zhao
Warnier, Thank you for your reply. AbstractScheduleTaskProcess class use the ExecutorService to create thread and runs some custom tasks. These tasks will be done in a few seconds. Sample code is following: for (final ListT list : lists) { executor.submit(new

Re: a problem: tomcat exits unexpectedly

2014-10-06 Thread André Warnier
bo zhao wrote: Warnier, Thank you for your reply. AbstractScheduleTaskProcess class use the ExecutorService to create thread and runs some custom tasks. These tasks will be done in a few seconds. Sample code is following: for (final ListT list : lists) {

RE: tomcat crash problem (INTERNAL)

2014-10-06 Thread Bala-Subrahmanyam.Bhatta
Hi Ognjen, Could you please suggest one best open source java profiler for analysing and monitoring the tomcat server. Regards, Subbu. -Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: 3. oktober 2014 12:47 To: Tomcat Users List Subject: Re:

Re: SecureRandom instance for session ID generation using [SHA1PRNG] took [510,962] milliseconds !

2014-10-06 Thread Martin Hamant
Le 03/10/2014 20:41, Rainer Jung a écrit : Am 03.10.2014 um 14:01 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 10/3/14 5:48 AM, Martin Hamant wrote: Le 03/10/2014 11:26, Martin Hamant a écrit : The virtual (qemu) server runs with 4GB RAM Sorry,

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-10-06 Thread Lars Engholm Johansen
Hi all, I have good news as I have identified the reason for the devastating NioEndpoint.Poller thread death: In rare circumstances a ConcurrentModification can occur in the Poller's connection timeout handling called from OUTSIDE the try-catch(Throwable) of Poller.run()

Re: tomcat crash problem (INTERNAL)

2014-10-06 Thread Ognjen Blagojevic
Subbu, On 6.10.2014 10:27, bala-subrahmanyam.bha...@telenor.com wrote: Could you please suggest one best open source java profiler for analysing and monitoring the tomcat server. I don't know which (open source) one is the best, but you may try your luck with: 1. MAT

RE: tomcat crash problem (INTERNAL)

2014-10-06 Thread Bala-Subrahmanyam.Bhatta
Thanks Ognjen. Regards, Subbu. -Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: 6. oktober 2014 11:48 To: Tomcat Users List Subject: Re: tomcat crash problem (INTERNAL) Subbu, On 6.10.2014 10:27, bala-subrahmanyam.bha...@telenor.com wrote:

Re: Maven Tomcat 6/7/8 plugin

2014-10-06 Thread Daniel Mikusa
On Sun, Oct 5, 2014 at 2:00 PM, Matthias Hryniszak pad...@gmail.com wrote: It seems I might have expressed myself purely. Let me rephrase: I'm looking for RemoteIpValve support in maven-tomcat7-plugin. Perhaps you could use RemoteIPFilter instead? You can configure that through web.xml.

Re: Maven Tomcat 6/7/8 plugin

2014-10-06 Thread Matthias Hryniszak
Perfect! I didn't know about this one. Thanks! 2014-10-06 13:37 GMT+02:00 Daniel Mikusa dmik...@pivotal.io: On Sun, Oct 5, 2014 at 2:00 PM, Matthias Hryniszak pad...@gmail.com wrote: It seems I might have expressed myself purely. Let me rephrase: I'm looking for RemoteIpValve support in

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-10-06 Thread Mark Thomas
On 06/10/2014 10:11, Lars Engholm Johansen wrote: Hi all, I have good news as I have identified the reason for the devastating NioEndpoint.Poller thread death: In rare circumstances a ConcurrentModification can occur in the Poller's connection timeout handling called from OUTSIDE the

JNDIRealm Authentication and Roles

2014-10-06 Thread Igor Cicimov
Hi all, I've been setting up user authentication based on JNDIRealm and have couple of questions regarding the operation. I've been using one of the secured applications that come with the examples included in Tomcat source for testing. My setup with obfuscated names and passwords is as follows.