Thanks.  I did miss the part about incrementing ver.

I have done this now and I do in fact see the values being changed in the
jk2status page... however the channel I have set to graceful=1 is still
accepting new connections...

is this a known bug ? or could something else be wrong.

eg)
[lb:lb_51]
logger=logger.file:0
debug=1
balanced_workers=ajp13:10.10.1.52:12009,ajp13:10.10.1.51:11009

[channel.socket:10.10.1.51:11009]
ver=1
port=11009
host=10.10.1.51
type=ajp13
tomcatId=jetty1
lb_factor=0
graceful=0
disabled=0

[channel.socket:10.10.1.52:12009]
ver=1
port=12009
host=10.10.1.52
type=ajp13
tomcatId=jetty2
lb_factor=1
graceful=0
disabled=0

[ajp13:10.10.1.51:11009]
channel=channel.socket:10.10.1.51:11009

[ajp13:10.10.1.52:12009]
channel=channel.socket:10.10.1.52:12009

----- Original Message ----- 
From: "Thomas D. Zeimet" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, May 12, 2004 2:04 PM
Subject: Re: Apache 2 - mod_jk2


> 1. Edit workers2.properties. Find the channel. Change "graceful" to "1" to
> disable or "0" to reactivate". Increment "ver".
> 2. Access /jkstatus page. You should see the value changed in the channel
and
> worker info.
>
>   See the JK2 documentation at
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configweb.html
>
>
> --- Mike Batting <[EMAIL PROTECTED]> wrote:
> > I am running a load balanced Apache2 - mod_jk2 configuration.  I am
wondering
> > if there is an option in the configuration settings that would allow an
> > administrator to dynamically close one or more of the connectors (stop
it
> > from accepting new connections) so that a given Servlet Engine can be
> > shutdown, updated, restarted etc... this way when people enter the site
the
> > apache-mod_jk2 will not attempt to contact the Servlet Engine that is
down
> > but will be directed to another instance that is still running.
> >
> > We already have a means of monitoring existing connections on each
Servlet
> > Container... so once the connector is not diverting traffic to a given
> > container we can wait until the current users finish their work...
> >
> > is there a way to do this by updating some configuration settings
dynamically
> ?
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Movies - Buy advance tickets for 'Shrek 2'
> http://movies.yahoo.com/showtimes/movie?mid=1808405861
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to