RE: TOMCAT PROBLEM of disconection

2001-01-11 Thread Michael Kuz
Title: RE: TOMCAT PROBLEM of disconection -Original Message- From: Kitching Simon [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 9:50 AM To: '[EMAIL PROTECTED]' Subject: RE: TOMCAT PROBLEM of disconection The problem is that the java virtual machine you are

RE: mod_jserv vs. mod_jk (configuration questions for workers.propert ies)

2001-01-10 Thread Michael Kuz
Title: RE: mod_jserv vs. mod_jk (configuration questions for workers.propert ies) Hey Max, We've (almost) got the same setup: Multiple Apache boxes (LVSed) and multiple Tomcat boxes in a load balanced setup (via mod_jk) All of out Tomcat boxes are identical, so we set the 'home' type

RE: newbie question

2001-01-10 Thread Michael Kuz
: RE: newbie question If I remove or comment out connector, can Apache send the servlet/jsp requests to tomcat? Thanks From: Michael Kuz [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: newbie question Date: Tue, 9 Jan 2001 15

RE: newbie question

2001-01-09 Thread Michael Kuz
Title: RE: newbie question Actually, Apache (on port 80) is forwarding the servlet requests to Tomcat, AND Tomcat has a stand alone web server running on port 8080. Edit your server.xml file and comment out/remove the connector listening on 8080 Michael R. Kuz Developer Service

RE: [PATCH PROPOSAL] for mod_jk (was: RE: gracefull shutdown/removalof worker from load balance...)

2001-01-04 Thread Michael Kuz
checking constantly for the value of worker.tc7.active? thanks Fritz Michael Kuz wrote: Part 1.1.1Type: Plain Text (text/plain) Name: activeState.patch activeState.patch Type: unspecified type (application/octet-stream) Encoding: quoted-printable Part 1.3Type: Plain Text

[PATCH PROPOSAL] for mod_jk (was: RE: gracefull shutdown/removal of worker from load balance...)

2001-01-04 Thread Michael Kuz
, Dave - Original Message - From: Michael Kuz To: '[EMAIL PROTECTED]' Sent: Thursday, January 04, 2001 9:51 AM Subject: RE: gracefull shutdown/removal of worker from load balance... We've got the load balancer working just fine, but had

gracefull shutdown/removal of worker from load balance...

2001-01-02 Thread Michael Kuz
Title: gracefull shutdown/removal of worker from load balance... Hello all, How do I remove a worker from the load balancer without killing its current sessions? i.e.: I don't want any new sessions created on that worker, and the existing sessions must be allowed to expire 'naturally' (I