Should I upgrade to 7.0

2010-11-18 Thread Robillard, Greg L
I am relatively unfamiliar with tomcat. I am currently running 6.26 in a production system that support 1 webapp for approximately 60 clients that continually poll the server for updates ( weather files ). Is there any reason why I should upgrade to tomcat 7.0 release. Thanks

RE: Tomcat hung

2010-11-18 Thread Robillard, Greg L
thx -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, November 18, 2010 10:23 AM To: Tomcat Users List Subject: EXTERNAL: RE: Tomcat hung > From: Robillard, Greg L [mailto:greg.l.robill...@lmco.com] > Subject: RE: Tomcat hung > Ja

RE: Tomcat hung

2010-11-18 Thread Robillard, Greg L
uck.caldar...@unisys.com] Sent: Wednesday, November 17, 2010 3:58 PM To: Tomcat Users List Subject: EXTERNAL: RE: Tomcat hung > From: Robillard, Greg L [mailto:greg.l.robill...@lmco.com] > Subject: Tomcat hung > JVM version is 10.0-b19 No idea what JVM that is; strongly suggest you inst

RE: EXTERNAL: Re: Tomcat hung

2010-11-18 Thread Robillard, Greg L
eentrantReadWriteLock$FairSync) at java.util.concurrent.locks.LockSupport.park(Unknown Source) I can include more if required. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, November 17, 2010 3:57 PM To: Tomcat Users List Subject: EXTERNAL: Re: Tomcat hung On 17/11/2010 21:50, Robillard, Greg L

Tomcat hung

2010-11-17 Thread Robillard, Greg L
I continually get tomcat in this state and can only recover by restarting tomcat from the command line. Here is the stack trace that I gathered while getting into this state, but it does not make any sense to me. Tomcat version apache-tomcat-6.0.26 OS linux Jstack trace on tomcat hang. Tomcat

Tomcat application with memory leak

2010-11-10 Thread Robillard, Greg L
Version: 6.0.26 I currently have 2 apps deployed in my tomcat container. I originally was running tomcat with 1024M of memory. The symptom was the applications would stop responding after approximately 5 days. The log stated there was out of memory errors. Symptoms: 1. Users could not acce

RE: Advanced LockoutRealm procedures

2010-06-30 Thread Robillard, Greg L
Thanks -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, June 30, 2010 9:37 AM To: Tomcat Users List Subject: Re: Advanced LockoutRealm procedures On 30/06/2010 14:50, Robillard, Greg L wrote: > Using the LockoutRealm is running on my application. I

Advanced LockoutRealm procedures

2010-06-30 Thread Robillard, Greg L
Using the LockoutRealm is running on my application. I am looking for some advanced features. 1.I would like to re-direct a locked user to a different error page, informing them of their locked status. 2. I would like to remove the lock time and force an administrator to remove

RE: LockoutRealm configuration problem

2010-06-30 Thread Robillard, Greg L
Thanks, I will remove that as well. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, June 29, 2010 11:00 PM To: Tomcat Users List Subject: RE: LockoutRealm configuration problem > From: Robillard, Greg L [mailto:greg.l.robill...@lmco.

RE: LockoutRealm configuration problem

2010-06-29 Thread Robillard, Greg L
Thanks, I will deploy the new driver. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, June 29, 2010 4:08 PM To: Tomcat Users List Subject: Re: LockoutRealm configuration problem On 29/06/2010 21:14, Robillard, Greg L wrote: > username="

RE: LockoutRealm configuration problem

2010-06-29 Thread Robillard, Greg L
That was it, thanks. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, June 29, 2010 3:34 PM To: Tomcat Users List Subject: Re: LockoutRealm configuration problem 2010/6/30 Robillard, Greg L : > When LockoutRealm is added to configuration, tom

LockoutRealm configuration problem

2010-06-29 Thread Robillard, Greg L
When LockoutRealm is added to configuration, tomcat will not start and I receive the following errors. All runs well when the wrapper is not used. Apache Tomcat 6.0.20 Server Server.xml configuration: ... ... Catalina ERROR: Jun 29, 2010 2:46:57 PM o