Re: Clustering Question

2012-09-18 Thread John Rellis
On Sep 18, 2012 7:26 PM, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > John, > > On 9/17/12 5:20 PM, John Rellis wrote: > > Thanks Chris. > > > > My replies will be a little sporadic as I am cooking a 10 pm dinner > > :) > > > >> From what I was reading I tho

Re: Clustering Question

2012-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 9/17/12 5:20 PM, John Rellis wrote: > Thanks Chris. > > My replies will be a little sporadic as I am cooking a 10 pm dinner > :) > >> From what I was reading I thought I could hit some sort of >> manager there > but it was never able to, wh

Re: Clustering Question

2012-09-17 Thread John Rellis
Thanks Chris. My replies will be a little sporadic as I am cooking a 10 pm dinner :) >From what I was reading I thought I could hit some sort of manager there but it was never able to, when I hit http://balancer/jkmanager I get nothing just a 404. This is in my apache2.conf: (i removed them fr

Re: Clustering Question

2012-09-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 9/17/12 3:50 PM, John Rellis wrote: > # Inside Location we can omit the URL in > JkMount JkMount jk-status Order deny,allow Deny from all Allow from > all # Inside Location we can > omit the URL in JkMount JkMount jk-manager Order deny,all

RE: Clustering Question...

2009-09-25 Thread Caldarale, Charles R
> From: Darren Kukulka [mailto:darren.kuku...@connaught.plc.uk] > Subject: RE: Clustering Question... > > To answer your question, the startup parameters are as follows; > -Xms4800m > -Xmx4800m > -XX:NewSize=900m > -XX:MaxNewSize=900m > -XX:PermSize=480m &

RE: Clustering Question...

2009-09-25 Thread Darren Kukulka
OldGC -XX:GCTimeRatio=11 -XX:+UseAdaptiveSizePolicy -XX:ReservedCodeCacheSize=96m -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 25 September 2009 14:23 To: Tomcat Users List Subject: RE: Clustering Question... > From: Darren Kukulka [mailto:dar

RE: Clustering Question...

2009-09-25 Thread Caldarale, Charles R
> From: Darren Kukulka [mailto:darren.kuku...@connaught.plc.uk] > Subject: RE: Clustering Question... > > When OldGen becomes full, the system basically slows down to the point > of becoming non-responsive...but it does not report any OOME. Then a major GC likely is running almo

RE: Clustering Question...

2009-09-25 Thread Darren Kukulka
, but not OldGen -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: 25 September 2009 08:20 To: Tomcat Users List Subject: Re: Clustering Question... On 25.09.2009 09:12, Darren Kukulka wrote: > There are no OOME messages in the logs...the application still r

Re: Clustering Question...

2009-09-25 Thread Rainer Jung
.j...@kippdata.de] > Sent: 25 September 2009 08:09 > To: Tomcat Users List > Subject: Re: Clustering Question... > > On 25.09.2009 09:01, Darren Kukulka wrote: >> Thanks for the suggestions Chris. >> >> Unfortunately, the memory that was exhausted was the OldGen heap

RE: Clustering Question...

2009-09-25 Thread Darren Kukulka
ember 2009 08:09 To: Tomcat Users List Subject: Re: Clustering Question... On 25.09.2009 09:01, Darren Kukulka wrote: > Thanks for the suggestions Chris. > > Unfortunately, the memory that was exhausted was the OldGen heap area, not PermGen, which doesn't show up in the Catalina

Re: Clustering Question...

2009-09-25 Thread Rainer Jung
ction runs? Regards, Rainer > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: 24 September 2009 19:59 > To: Tomcat Users List > Subject: Re: Clustering Question... > > Darren, > > On 9/24/2009 10:21 AM, Darren Kuku

RE: Clustering Question...

2009-09-25 Thread Darren Kukulka
ation behaviour, but in the meantime I was looking for a way of dealing with the problem. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: 24 September 2009 19:59 To: Tomcat Users List Subject: Re: Clustering Question... -BEGIN PGP SIGNED ME

Re: Clustering Question...

2009-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Darren, On 9/24/2009 10:21 AM, Darren Kukulka wrote: > In a 2-node scenario, where both nodes are configured identically and > load balanced via Apache based on availability, how can we configure the > cluster to deal with situations where one node ha