Re: pure tomcat failover (no loadbalacing)

2011-04-30 Thread Felix Schumacher
On Fri, 29 Apr 2011 18:39:09 -0400, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix, On 4/28/2011 12:44 PM, Felix Schumacher wrote: Christopher Schultz ch...@christopherschultz.net schrieb: Felix and Guillaume, I think you guys are working too hard for this.

Re: Tolerate expired certificates

2011-04-30 Thread Thomas Hill
Chris, many thanks for your explanaitions on OpenSSL. The hoster is now running Tomcat using Sun's JDK JSSE implementation and everything is working as I wanted, i.e. client certificates can be used post their expiration date. I have tested with FireFox and assume other browsers will show the

Re: Tolerate expired certificates

2011-04-30 Thread Thomas Hill
Christhoper, thanks for your continued support. I am glad that, now with my hosted server using the Sun JSSE implementation, everything is working as I wanted and I do not have to try using a different trust manager (which I am afraid would have been a too technical task for me). Regards

Re: Problem with connection pool

2011-04-30 Thread chris derham
All, What do you mean by swapped out? Idle speculation in the face of a problem that I didn't really understand :-( 69% of all threads are sleeping on a monitor. Fully expected, since that's what they do when waiting for work to show up. This might indicate they are waiting for some

Re: Connection pool race condition

2011-04-30 Thread chris derham
Fixed this by setting the service to startup delayed sc config service_name start= delayed-auto Thanks Chris

Re: Problem with connection pool

2011-04-30 Thread David Kerber
On 4/30/2011 6:58 AM, chris derham wrote: All, What do you mean by swapped out? Idle speculation in the face of a problem that I didn't really understand :-( 69% of all threads are sleeping on a monitor. Fully expected, since that's what they do when waiting for work to show up. This

RE: Connection pool race condition

2011-04-30 Thread Caldarale, Charles R
From: cjder...@gmail.com [mailto:cjder...@gmail.com] On Behalf Of chris derham Subject: Re: Connection pool race condition Fixed this by setting the service to startup delayed sc config service_name start= delayed-auto Sounds like a FAQ/Wiki entry might be in order here, but I'm not quite

Re: modjk apache response questions

2011-04-30 Thread Harsimranjit singh Kler
Hi Hope you clear with my steup? Regards Harsimran On Fri, Apr 29, 2011 at 4:30 PM, Harsimranjit singh Kler simran...@gmail.com wrote: Hi My Setup one load balancer(apache ) and three tomcat server . so 800 requests me i am hitting on apache loadbalancer using SOAP UI s\w now apache using

Re: Tomcat stop responding without any reason

2011-04-30 Thread kkazmierczyk
Dnia 29-04-2011 o godz. 12:36 Konstantin Kolinko napisał(a): 2011/4/29 kkazmierc...@poczta.wp.pl: Hello, Here is the configuration used: 1. MS Windows Server 2003 R2 SP2 2. 4GB RAM 3. Tomcat has set -Xmx to 1G 4. Tomcat 5.5.30 5. This is production environment The server had

Expire sessions button in Tomcat Manager

2011-04-30 Thread Jakub Królikowski
Hello, I'm using Tomcat 6.0.32. My app is configured in server.xml file like this:   Host name=www.myapp.pl appBase=/usr/lib/tomcat/webapps                 unpackWARs=false autoDeploy=false               xmlValidation=false xmlNamespaceAware=false        Context docBase=/var/www/myapp path=