Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-09 Thread Asankha C. Perera
Hi Chris processing 1 connection through completion (there are 99 others still running), re-binding, accepting a single connection into the application plus 100 others into the backlog, then choking again and dropping 100 connections, then processing another single connection. That's a huge w

Re: Logging of user's login attempts

2012-11-09 Thread Jose María Zaragoza
2012/11/9 Christopher Gross > > Perhaps > someone else who has done this can chime in, but I'll keep looking around. > I think you got me started on the right track. > Well, I'm used to extending UserDatabaseRealm class and to configure Tomcat with it, so I can have more control , by example

Re: Stress test on tomcat

2012-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luciano, On 11/8/12 2:49 PM, Luciano Andress Martini wrote: > Hi friend sorry if i am repeating same topic, but actually what is > the better thing to do a stress test on tomcat6. Google for "Apache Bench" or "Apache JMeter". I'm sure there are othe

Re: Specify order in which war files are deployed under tomcat

2012-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jose, On 11/7/12 4:32 PM, Jose H. Martinez wrote: > I am running two applications under tomcat. One application is a > web service and the other is a web app that depends on the web > service to be started first before it can be initialized. The > pro

Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Esmond, On 11/7/12 10:03 PM, Esmond Pitt wrote: > Asankha > > I haven't said a word about your second program, that closes the > listening socket. *Of course* that causes connection refusals, it > can't possibly not, but it isn't relevant to the misc

Re: Logging of user's login attempts

2012-11-09 Thread Christopher Gross
Mark, I already had it down to FINE, but I switched it to FINEST but I still didn't get the realm..txt file to show up. Perhaps the control lines (the ones with "MESSAGES" in them) aren't quite right for realm, but that's how your clustering setup works. Perhaps someone else who has done this ca

Re: rotation of catalina.out on restart but no truncation

2012-11-09 Thread Konstantin Kolinko
2012/11/9 Caldarale, Charles R : >> From: Meik Suchlich [mailto:meik.suchl...@brandad-systems.de] >> Subject: AW: rotation of catalina.out on restart but no truncation > >> catalina.out is rotated by restart to catalina.-mm-dd.log, but >> catalina.out >> itself contains the entries of the rota

Re: Logging of user's login attempts

2012-11-09 Thread Mark Eggers
On 11/9/2012 6:04 AM, Christopher Gross wrote: Hi Mark. Thanks for the suggestion -- but I'm not getting the realm log file. That all looks like it should work, maybe there's just a little something that I'm missing. -- Chris On Thu, Nov 8, 2012 at 4:26 PM, Mark Eggers wrote: On 11/8/2012

Re: rotation of catalina.out on restart but no truncation

2012-11-09 Thread André Warnier
Tim Watts wrote: On Fri, 2012-11-09 at 08:11 -0600, Caldarale, Charles R wrote: From: Meik Suchlich [mailto:meik.suchl...@brandad-systems.de] Subject: AW: rotation of catalina.out on restart but no truncation catalina.out is rotated by restart to catalina.-mm-dd.log, but catalina.out itself

RE: rotation of catalina.out on restart but no truncation

2012-11-09 Thread Tim Watts
On Fri, 2012-11-09 at 08:11 -0600, Caldarale, Charles R wrote: > > From: Meik Suchlich [mailto:meik.suchl...@brandad-systems.de] > > Subject: AW: rotation of catalina.out on restart but no truncation > > > catalina.out is rotated by restart to catalina.-mm-dd.log, but > > catalina.out > > i

RE: rotation of catalina.out on restart but no truncation

2012-11-09 Thread Caldarale, Charles R
> From: Meik Suchlich [mailto:meik.suchl...@brandad-systems.de] > Subject: AW: rotation of catalina.out on restart but no truncation > catalina.out is rotated by restart to catalina.-mm-dd.log, but > catalina.out > itself contains the entries of the rotated log. > I only want to know, how

Re: Logging of user's login attempts

2012-11-09 Thread Christopher Gross
Hi Mark. Thanks for the suggestion -- but I'm not getting the realm log file. That all looks like it should work, maybe there's just a little something that I'm missing. -- Chris On Thu, Nov 8, 2012 at 4:26 PM, Mark Eggers wrote: > On 11/8/2012 12:29 PM, Christopher Gross wrote: > >> Using T

Re: Tomcat Components

2012-11-09 Thread Casper Wandahl Schmidt
Den 09-11-2012 13:39, David kerber skrev: On 11/9/2012 6:17 AM, Ram Laxman wrote: Thanks for taking this question mischievously !! There, you did it again --- ^^ I play nice now... Ram read this: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Tomcat Components

2012-11-09 Thread David kerber
On 11/9/2012 6:17 AM, Ram Laxman wrote: Thanks for taking this question mischievously !! There, you did it again --- ^^ D From: Pid To: Tomcat Users List Sent: Friday, November 9, 2012 2:18 PM Subject: Re: Tomcat Components On 09/1

Re: Tomcat Components

2012-11-09 Thread Ram Laxman
Thanks for taking this question mischievously !! From: Pid To: Tomcat Users List Sent: Friday, November 9, 2012 2:18 PM Subject: Re: Tomcat Components On 09/11/2012 08:17, Casper Wandahl Schmidt wrote: > > Den 08-11-2012 23:54, Christopher Schultz skrev:

Re: This is just plain ... odd.

2012-11-09 Thread Lyallex
Don't shout at me for top posting In this instance it's justified Thanks for your continued work on this. I have to get some lines of code down as release date is fast approaching but I will try your code as soon as I have time Thanks for you continued work on this Lyallex On 9 November 2012 05

Re: This is just plain ... odd.

2012-11-09 Thread Lyallex
> > I have a facade that publishes a method that contracts to return a > > list of categories ordered alphabetically > > All problems in computer science can be solved by another layer of > abstraction. Sure you can't fit a Proxy to a Service in there? > > Hmm an oldie but goodie we can discuss sof

Re: rotation of catalina.out on restart but no truncation

2012-11-09 Thread Pid
On 09/11/2012 06:40, Meik Suchlich wrote: > Hi, > > we've got an effekt on catalina.out. > We don't use hot deployment. Instead we stop and start our tomcat for > installing new Version. > The restart causes rotation of catalina.out, but does not truncate. > How can we solve this? You could star

Re: Tomcat Components

2012-11-09 Thread Pid
On 09/11/2012 08:17, Casper Wandahl Schmidt wrote: > > Den 08-11-2012 23:54, Christopher Schultz skrev: > Ram, > > On 11/8/12 12:06 PM, Ram Laxman wrote: I want to know what are components of Tomcat 7? > Well, first you've got yourself a "T". That's the most important, > which makes sense, b

AW: rotation of catalina.out on restart but no truncation

2012-11-09 Thread Meik Suchlich
2012/11/9 Meik Suchlich : >> Hi, >> >> we've got an effekt on catalina.out. >> We don't use hot deployment. Instead we stop and start our tomcat for >> installing new Version. >> The restart causes rotation of catalina.out, but does not truncate. >> How can we solve this? >1. Standard Tomcat scr

Re: Tomcat Components

2012-11-09 Thread Casper Wandahl Schmidt
Den 08-11-2012 23:54, Christopher Schultz skrev: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ram, On 11/8/12 12:06 PM, Ram Laxman wrote: I want to know what are components of Tomcat 7? Well, first you've got yourself a "T". That's the most important, which makes sense, because it's first o

Re: rotation of catalina.out on restart but no truncation

2012-11-09 Thread Konstantin Kolinko
2012/11/9 Meik Suchlich : > Hi, > > we've got an effekt on catalina.out. > We don't use hot deployment. Instead we stop and start our tomcat for > installing new Version. > The restart causes rotation of catalina.out, but does not truncate. > How can we solve this? > 1. Standard Tomcat scripts ne