I have started using the ver attribute along with the graceful attribute and I am now seeing the updates properly register when running the jk2status application.
however... new users' sessions are still directed to the Servlet Container that should be in graceful shutdown mode. Is there anything else in addition to the below suggestion that I could be missing ? ----- 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]
