Re: tomcat class loaders problem

2011-04-17 Thread Pid
On 4/17/11 5:32 AM, Michal Singer wrote: Hi, I am using tomcat version: apache-tomcat-6.0.18 Upgrade to a newer version of Tomcat 6 and then carefully monitor the logs during a webapp reload cycle. p I have a problem on raise some times (hard to reproduce) where the tomcat creates two

RE: tomcat class loaders problem

2011-04-17 Thread Michal Singer
Why do I need to upgrade the tomcat? Are there know issues concerning the class loader? It is a little complicated to upgrade tomcat at this stage of our production. thanks -Original Message- From: Pid [mailto:p...@pidster.com] Sent: א 17 אפריל 2011 10:44 To: Tomcat Users List Subject:

Re: tomcat class loaders problem

2011-04-17 Thread Mark Thomas
On 17/04/2011 08:54, Michal Singer wrote: Why do I need to upgrade the tomcat? Are there know issues concerning the class loader? There are no known class loader issues with Tomcat but the memory leak detection and prevention available in the later versions will probably point out where the

Re: [ANN] Apache Tomcat 7.0.12 released

2011-04-17 Thread Mark Thomas
On 09/04/2011 23:13, David Calavera wrote: Hey Mark, could you upload the maven artifacts to the repository?? Sorry, been away for a few weeks. Upload in progress. Will probably take ~24 hours to sync to Maven central. Mark -

Question about exploded war archive and running application

2011-04-17 Thread Julien Martin
Hello, I have a running web application in production under Tomcat. I would like to alter one of the configuration files (ehcache.xml) of the exploded war archive and restart tomcat without uploading a new war. My question is: if I restart Tomcat will it redeploy the original war - in which case

Re: Question about exploded war archive and running application

2011-04-17 Thread André Warnier
Julien Martin wrote: Hello, I have a running web application in production under Tomcat. I would like to alter one of the configuration files (ehcache.xml) of the exploded war archive and restart tomcat without uploading a new war. My question is: if I restart Tomcat will it redeploy the

Re: Question about exploded war archive and running application

2011-04-17 Thread Julien Martin
Thanks André. I'll try and use the Tomcat manager instead of restarting Tomcat. J. 2011/4/17 André Warnier a...@ice-sa.com Julien Martin wrote: Hello, I have a running web application in production under Tomcat. I would like to alter one of the configuration files (ehcache.xml) of the

RE: reverse proxy with SSO using CAS.

2011-04-17 Thread Jorge Infante Osorio
Hi Mark. -Mensaje original- De: Mark Thomas [mailto:ma...@apache.org] Enviado el: martes, 05 de abril de 2011 6:08 Para: Tomcat Users List Asunto: Re: reverse proxy with SSO using CAS. On 04/04/2011 22:28, Jorge Infante Osorio wrote: Hi Mark. -Mensaje original- De: Mark

Question on exception error

2011-04-17 Thread Savoy, Melinda
We just moved from a JBoss app server to Tomcat early this morning and all appeared to be going well and then we got the following error and trying to decipher its meaning but coming up short. Any help/suggestions on what occurred would be appreciated. Here is the error:

RE: Question on exception error

2011-04-17 Thread Caldarale, Charles R
From: Savoy, Melinda [mailto:melindasa...@texashealth.org] Subject: Question on exception error We just moved from a JBoss app server to Tomcat Care to give us a hint about what Tomcat version? (Be precise.) Also, the JVM level, the platform you're running on, and whether or not you have

RE: Question on exception error

2011-04-17 Thread Savoy, Melinda
My apologies, Charles. We're running: Tomcat 6.0.18 JVM:1.6.0.16 We do not have Tomcat front-ended by a webserver. I am hoping you're correct. I was unable to contact the user and therefore the reason for this email. Thanks for the reply. Regards. -Original Message-

RE: Question on exception error

2011-04-17 Thread Caldarale, Charles R
From: Savoy, Melinda [mailto:melindasa...@texashealth.org] Subject: RE: Question on exception error We're running: Tomcat 6.0.18 Just on general principles, I would move up to something newer than that - it's almost three years old, and lots of security and other bug fixes have gone in

RE: Question on exception error

2011-04-17 Thread Savoy, Melinda
Thanks for all the help. Regards. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Sunday, April 17, 2011 6:56 PM To: Tomcat Users List Subject: RE: Question on exception error From: Savoy, Melinda [mailto:melindasa...@texashealth.org]

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-17 Thread Jaroslav Fikker
Hi Konstantin, Thank you very much for your tip. I had tried to run command CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 ./configure --with-apr=/usr --prefix=/opt/tomcat_6_0 but I still was unsuccessful. I check log file and I think that cause of problem is in /usr/bin/apr-1-config file. One

Re: Log rotate catalina.out

2011-04-17 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Igor, On 04/18/2011 07:38 AM, Igor Cicimov wrote: I have a question about rotating catalina.out file. Is there any way to accomplish this through Tomcat without using external tool like logrotate for example as shown in the following thread: