RE: Buggy java native call kills tomcat

2013-04-03 Thread Caldarale, Charles R
> From: Dale Ogilvie [mailto:dale_ogil...@trimble.com] > Subject: Buggy java native call kills tomcat > My question: can we protect ourselves from total instance failure, i.e. > restrict the damage to the death of just the app calling the native > library? Is there a way to make the tomcat VM sur

Buggy java native call kills tomcat

2013-04-03 Thread Dale Ogilvie
Hi all, Saw this recently... Some java native code included in our tomcat deployment contained an error, which caused a JVM segfault when a webapp called the routine. I was startled by the fact that this native code error brought down the entire tomcat instance (all 15+ web apps) due to a f

Re: Re : Memory leak in Tomcat 6.0.35 ( 64 bit)

2013-04-03 Thread Howard W. Smith, Jr.
Chris, On Tue, Apr 2, 2013 at 5:12 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > > > I understand its not a premanent solution but as a stopgap for now > > ? If so , we can put it as part of daily cycle to bounce tomcat6. >

RE: Re : Memory leak in Tomcat 6.0.35 ( 64 bit)

2013-04-03 Thread saumil shah
Thanks again Chris I did change in Tomcat 6.0/Conf/server.xml unpackWARs="false" and autoDeploy="false" but the logs still complaint about the Deploying web applications org.apache.catalina.startup.HostConfig deployWARINFO: Deploying web application archive CmcAppActions.warorg.apache.c

Re: how to monitor the traffic through the connector

2013-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leon, On 4/1/13 4:44 PM, Leon Rosenberg wrote: > On Mon, Apr 1, 2013 at 9:52 PM, Jeffrey Janner > wrote: > >>> -Original Message- From: Daniel Mikusa >>> [mailto:dmik...@vmware.com] Sent: Monday, April 01, 2013 1:09 >>> PM To: Tomcat Users

Re: how to monitor the traffic through the connector

2013-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 4/1/13 3:52 PM, Jeffrey Janner wrote: >> -Original Message- From: Daniel Mikusa >> [mailto:dmik...@vmware.com] Sent: Monday, April 01, 2013 1:09 PM >> To: Tomcat Users List Subject: Re: how to monitor the traffic >> through the

Re: Re : Memory leak in Tomcat 6.0.35 ( 64 bit)

2013-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Saumil, Please try to keep discussions on the mailing list to everyone can benefit. On 4/2/13 6:48 PM, saumil shah wrote: > For some reason ...I do not see Java process in Task Manager in > Windows, just Tomcat6 process. I am assuming killing Tomc