Re: Help in diagnosing server unresponsiveness

2013-02-06 Thread evernat
Zoran Avtarovski wrote 5. Garbage collector time spikes to 24.0. I think with JavaMelody it means that GC took 24% of of the CPU?? Yes, 24% in % GC time in JavaMelody means that 24% of the CPU. And this is a lot, if longer than a few seconds. Zoran Avtarovski wrote So I think our issues are

Re: Tomcat in port 80 and Debian

2013-02-06 Thread Brett Delle Grazie
On 5 Feb 2013 10:58, Konstantin Kolinko knst.koli...@gmail.com wrote: 2013/2/5 Roberto mrgrei...@gmail.com: Hi, I need help with a seemingly trivial question: How to make tomcat use port 80. I have fresh Debian 6.0.6/64 bit install, with Tomcat 6 installed. Following some messages,

Tomcat

2013-02-06 Thread Mohit.Garg
Hi I am using a tomcat server on a Linux machine. Is there any way I can run multiple instances of apached daemon process so that if daemon for environment A do not have access to files for environment B. In short I want to run multiple daemon processes. Thanks Regards MOHIT GARG Analyst

multiple instances of tomcat daemon

2013-02-06 Thread Mohit.Garg
Hi I am using a tomcat server on a Linux machine. Is there any way I can run multiple instances of apache daemon process so that if daemon for environment A do not have access to files for environment B. In short I want to run multiple daemon processes. Thanks Regards MOHIT GARG Analyst

Re: Tomcat

2013-02-06 Thread André Warnier
mohit.g...@rbs.com wrote: Hi I am using a tomcat server on a Linux machine. Is there any way I can run multiple instances of apached daemon process so that if daemon for environment A do not have access to files for environment B. In short I want to run multiple daemon processes. Hi. No

RE: Tomcat

2013-02-06 Thread Mohit.Garg
Hi Regrets for the wrong framing of question. Actually I am new to tomcat and what I really want to do is run on the same server two different tomcats so that one doesn't interfere with the working of the other. As I have different environments so I want that the tomcat running in my

Re: multiple instances of tomcat daemon

2013-02-06 Thread André Warnier
mohit.g...@rbs.com wrote: Hi I am using a tomcat server on a Linux machine. Is there any way I can run multiple instances of apache daemon process so that if daemon for environment A do not have access to files for environment B. In short I want to run multiple daemon processes. That's

Re: Tomcat

2013-02-06 Thread André Warnier
mohit.g...@rbs.com wrote: Hi Regrets for the wrong framing of question. Actually I am new to tomcat and what I really want to do is run on the same server two different tomcats so that one doesn't interfere with the working of the other. As I have different environments so I want that the

Re: Help in diagnosing server unresponsiveness

2013-02-06 Thread Edson Richter
Em 06/02/2013 01:18, Zoran Avtarovski escreveu: Thanks Igor, I just stumbled upon that same document. I think you may be on to something here. I have a feeling that the GC may not be configured well. Also read the following:

RE: Tomcat

2013-02-06 Thread Mohit.Garg
Hi Thanks for all the help and I know it may sound lame but I am trying to learn these things. Although I have one more doubt. If we have multiple tomcat for multiple environment on the single Unix box(machine) Now Single Apache daemon is running for multiple environment. So can we run

Re: Tomcat

2013-02-06 Thread André Warnier
mohit.g...@rbs.com wrote: Hi Thanks for all the help and I know it may sound lame but I am trying to learn these things. Although I have one more doubt. If we have multiple tomcat for multiple environment on the single Unix box(machine) Now Single Apache daemon is running for multiple

Re: Strange thread behavior in tomcat/jboss 7

2013-02-06 Thread André Warnier
Leon Rosenberg wrote: ... We have 105 threads in this state over multiple hours. Question: Could it be that we have connection leakage through keep-alive connections? Is there are possibility to reduce them? I understand that jboss have the same apache 11 connector, however all extended

RE: Tomcat in port 80 and Debian

2013-02-06 Thread Caldarale, Charles R
From: Brett Delle Grazie [mailto:brett.dellegra...@gmail.com] Subject: Re: Tomcat in port 80 and Debian This topic is mentioned in the FAQ, http://wiki.apache.org/tomcat/HowTo#How_to_run_Tomcat_without_root_privileges.3F Another alternative to those in the FAQ is to use the jsvc binary

Re: Tomcat Upgrade Migration Questions

2013-02-06 Thread Daniel Mikusa
On Feb 6, 2013, at 1:24 AM, Kirk Hoganson wrote: I am currently in the middle of an upgrade from Apache (2.2)/Tomcat (5.5.16) to Apache (2.2)/Tomcat (6.0.24). The JVM is being upgraded from 1.5.0_09-b01 to 1.6.0_22-b22. The new host servers will be RedHat 6.2. Why are you upgrading to

Re: Strange thread behavior in tomcat/jboss 7

2013-02-06 Thread Leon Rosenberg
Hello Andre, et al, On Wed, Feb 6, 2013 at 2:40 PM, André Warnier a...@ice-sa.com wrote: Leon Rosenberg wrote: ... We have 105 threads in this state over multiple hours. Question: Could it be that we have connection leakage through keep-alive connections? Is there are possibility to

RE: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-06 Thread Jeffrey Janner
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, February 05, 2013 4:59 PM To: Tomcat Users List Subject: Re: [Seriously OT] Help in diagnosing server unresponsiveness -BEGIN PGP SIGNED MESSAGE- IMO, developer performance

Re: Strange thread behavior in tomcat/jboss 7

2013-02-06 Thread André Warnier
Leon Rosenberg wrote: Hello Andre, et al, On Wed, Feb 6, 2013 at 2:40 PM, André Warnier a...@ice-sa.com wrote: Leon Rosenberg wrote: ... We have 105 threads in this state over multiple hours. Question: Could it be that we have connection leakage through keep-alive connections? Is there

Re: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-06 Thread Edson Richter
Em 06/02/2013 13:26, Jeffrey Janner escreveu: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, February 05, 2013 4:59 PM To: Tomcat Users List Subject: Re: [Seriously OT] Help in diagnosing server unresponsiveness -BEGIN PGP SIGNED

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2013-02-06 Thread Ron Monzillo
On 2/3/13 5:02 AM, Mark Thomas wrote: On 30/01/2013 23:57, Ron Monzillo wrote: Tomcat Experts and Users, The Servlet Profile of JSR 196 defines the use of the JASPIC SPI in support of the portable integration of new and/or custom authentication mechanisms in compatible Servlet containers. The

Re: multiple instances of tomcat daemon

2013-02-06 Thread Mark Eggers
On 2/6/2013 1:28 AM, mohit.g...@rbs.com wrote: Hi I am using a tomcat server on a Linux machine. Is there any way I can run multiple instances of apache daemon process so that if daemon for environment A do not have access to files for environment B. In short I want to run multiple daemon

Re: Tomcat

2013-02-06 Thread Mark Eggers
On 2/6/2013 3:20 AM, mohit.g...@rbs.com wrote: Hi Thanks for all the help and I know it may sound lame but I am trying to learn these things. Although I have one more doubt. If we have multiple tomcat for multiple environment on the single Unix box(machine) Now Single Apache daemon is running

Re: Tomcat

2013-02-06 Thread André Warnier
Mark Eggers wrote: On 2/6/2013 3:20 AM, mohit.g...@rbs.com wrote: Hi Thanks for all the help and I know it may sound lame but I am trying to learn these things. Although I have one more doubt. If we have multiple tomcat for multiple environment on the single Unix box(machine) Now Single Apache

Re: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 2/6/13 10:26 AM, Jeffrey Janner wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, February 05, 2013 4:59 PM To: Tomcat Users List Subject: Re: [Seriously OT] Help in

RE: Tomcat Upgrade Migration Questions

2013-02-06 Thread Williams, Nick
On Feb 6, 2013, at 1:24 AM, Kirk Hoganson wrote: I am currently in the middle of an upgrade from Apache (2.2)/Tomcat (5.5.16) to Apache (2.2)/Tomcat (6.0.24). The JVM is being upgraded from 1.5.0_09-b01 to 1.6.0_22-b22. The new host servers will be RedHat 6.2. Why are you upgrading to

Re: Help in diagnosing server unresponsiveness

2013-02-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 2/5/13 8:29 PM, Howard W. Smith, Jr. wrote: Chris, On Sun, Feb 3, 2013 at 12:39 PM, Christopher Schultz ch...@christopherschultz.net wrote: If your requirements allow for users to have to re-authenticate when you have a

Re: Help in diagnosing server unresponsiveness

2013-02-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, If you are interested in clustering, you should try to attend ApacheCon this month in Portland, OR in the US: Mark Thomas will be giving a talk on Tomcat clustering that I'm sure will be enlightening. - -chris -BEGIN PGP SIGNATURE-

Re: Issue with Connections

2013-02-06 Thread André Warnier
TVFoodMaps wrote: Hi, My website is setup using apache 2, mod jk 1.37 and tomcat 6. Most of the connector settings are set to defaults and things normally run pretty well. However during certain spikes in traffic my server seems to hang by what appears to be caused by leaking connections.

Re: Issue with Connections

2013-02-06 Thread André Warnier
André Warnier wrote: TVFoodMaps wrote: Hi, My website is setup using apache 2, mod jk 1.37 and tomcat 6. Most of the connector settings are set to defaults and things normally run pretty well. However during certain spikes in traffic my server seems to hang by what appears to be caused by

RE: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-06 Thread Jeffrey Janner
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, February 06, 2013 11:02 AM To: Tomcat Users List Subject: Re: [Seriously OT] Help in diagnosing server unresponsiveness -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey,

RE: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-06 Thread Jeffrey Janner
-Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Wednesday, February 06, 2013 12:06 PM To: 'Tomcat Users List' Subject: RE: [Seriously OT] Help in diagnosing server unresponsiveness -Original Message- From: Christopher Schultz

Re: Issue with Connections

2013-02-06 Thread TVFoodMaps
Thanks for the information. I'm still a bit perplexed how to increase/change the settings so these issues dont cause the hang I saw this morning. My guess was that I hit some type of limit on sockets/file descriptors. I'm not sure if the fix is in my application, network settings or the OS file

Re: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-06 Thread André Warnier
Jeffrey Janner wrote: -Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Wednesday, February 06, 2013 12:06 PM To: 'Tomcat Users List' Subject: RE: [Seriously OT] Help in diagnosing server unresponsiveness -Original Message- From: Christopher

Re: can't start tomcat on port 80

2013-02-06 Thread Konstantin Kolinko
2013/2/6 Karolis Monkus karolis.mon...@dts-solutions.lt: Ok guys, i did what you all said: Removed that crappy 3rd party tomcat and downloaded tomcat tarball and port changing works fine. Now i need to run tomcat as service and since it's a Fedora it uses systemd instead init. So i created

Re: Issue with Connections

2013-02-06 Thread André Warnier
TVFoodMaps wrote: Thanks for the information. I'm still a bit perplexed how to increase/change the settings so these issues dont cause the hang I saw this morning. My guess was that I hit some type of limit on sockets/file descriptors. I'm not sure if the fix is in my application, network

Re: can't start tomcat on port 80

2013-02-06 Thread Mark Eggers
On 2/6/2013 12:06 PM, Konstantin Kolinko wrote: 2013/2/6 Karolis Monkus karolis.mon...@dts-solutions.lt: Ok guys, i did what you all said: Removed that crappy 3rd party tomcat and downloaded tomcat tarball and port changing works fine. Now i need to run tomcat as service and since it's a Fedora

Re: can't start tomcat on port 80

2013-02-06 Thread Mark Eggers
On 2/6/2013 12:28 PM, Mark Eggers wrote: On 2/6/2013 12:06 PM, Konstantin Kolinko wrote: 2013/2/6 Karolis Monkus karolis.mon...@dts-solutions.lt: Ok guys, i did what you all said: Removed that crappy 3rd party tomcat and downloaded tomcat tarball and port changing works fine. Now i need to run

Re: Help in diagnosing server unresponsiveness

2013-02-06 Thread Howard W. Smith, Jr.
Chris, On Wed, Feb 6, 2013 at 12:11 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, It depends on how you configure things. It's usually the lb that makes that decision, so you configure it there. I would imagine that a

Autowired spring bean not working in tomcat 7.0.35 with jax-ws

2013-02-06 Thread J- MAN
Hi, On tomcat 7.0.35 when i have 2 listeners (jax-ws and spring) in my web.xml my spring beans do not get initialized. It seems as though it initializes my the jax-ws webservice class via sun-jaxws.xml before initializing my beans. It works fine in Tomcat 6, any way to get this to work in

Re: Help in diagnosing server unresponsiveness

2013-02-06 Thread Edson Richter
Em 06/02/2013 19:09, Howard W. Smith, Jr. escreveu: Chris, On Wed, Feb 6, 2013 at 12:11 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, It depends on how you configure things. It's usually the lb that makes that decision,

Re: Help in diagnosing server unresponsiveness

2013-02-06 Thread Howard W. Smith, Jr.
On Wed, Feb 6, 2013 at 6:37 PM, Edson Richter edsonrich...@hotmail.com wrote: Hi! 404 is page not found. If query runs too long, you will get timeout or Error 500. I need to confirm which one it is, as I only use google Chrome, Google Chrome says something like, could not connect to page. I

Re: Tomcat binaries archive

2013-02-06 Thread Violeta Georgieva
2013/2/7 Vihari Piratla : Hai, Where can we find tomcat binaries archive. I found this one http://archive.apache.org/dist/tomcat/tomcat-7 but it contains only src files, where can we find binaries? The link is correct. I can see the archives. Open the link. Choose the version and then the

Re: Tomcat binaries archive

2013-02-06 Thread Vihari Piratla
Thank you. Silly, I did not find it. On Thu, Feb 7, 2013 at 12:45 PM, Violeta Georgieva violet...@apache.orgwrote: 2013/2/7 Vihari Piratla : Hai, Where can we find tomcat binaries archive. I found this one http://archive.apache.org/dist/tomcat/tomcat-7 but it contains only src files,