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

Clustering Question

2012-09-17 Thread John Rellis
Hi, In Summary, I was hoping somebody could look over my configuration and give me some guidance. I have configured what I think I need to and I have no evidence to suggest anything is working and I don't know how to verify the pieces of the puzzle. Any help on troubleshooting would be excellent

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

Clustering Question...

2009-09-24 Thread Darren Kukulka
Hi All, Just a quick question regarding clustering with Tomcat 6. 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 has exhausted its Old Gen heap allo

Re: Tomcat 6 clustering question

2007-06-08 Thread Filip Hanik - Dev Lists
change channelSendOptions="6" to channelSendOptions="0" and see how that works for you Filip Prabhu wrote: We have enabled tomcat 6 clustering with two machines. After doing that we noticed two things. 1. Tomcat is taking atleast 5 minutes to start. There are only 5 webapps in total. 2. useD

Tomcat 6 clustering question

2007-06-08 Thread Prabhu
We have enabled tomcat 6 clustering with two machines. After doing that we noticed two things. 1. Tomcat is taking atleast 5 minutes to start. There are only 5 webapps in total. 2. useDirtyFlag="false" in Cluster tag, doesn't seem to work. I am posting our cluster entry here.