Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 33360 invoked from network); 15 Feb 2001 09:02:26 -0000 Received: from smtp.bvdep.com (HELO smtp.bvd) (193.194.158.46) by h31.sny.collab.net with SMTP; 15 Feb 2001 09:02:26 -0000 Received: from SMTP ([172.28.2.46]) by smtp.bvd with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 15 Feb 2001 10:02:37 +0100 Received: from mail.bvdep.com ([172.28.2.8]) by 172.28.2.46 (Norton AntiVirus for Internet Email Gateways 1.0) ; Thu, 15 Feb 2001 09:02:36 0000 (GMT) Received: from bvdep.com (LVL-NTW40 [172.28.64.205]) by mail.bvdep.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 155BVW65; Thu, 15 Feb 2001 10:02:35 +0100 Message-ID: <3A8B9B1F.A3C2D492@bvdep.com> Date: Thu, 15 Feb 2001 10:02:23 +0100 From: Luc Vanlerberghe X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en,nl,nl-BE,es MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: help about tomcat virtual hosting... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N In the original JServ, you could use the loadbalancer to solve a problem like that. You could make a second servlet engine active with the new settings and configure the loadbalancer to have that instance receives all new sessions. Any active session would still be routed to the 'old' engine. When after a while the 'old' sessions die out, you can take the 'old' servlet engine down and configure it for the next cycle. I don't know if any of this is implemented in the loadbalancer for tomcat, but I hope to have given you some idea on how to proceed your search for a solution. Luc Vanlerberghe Saurabh Shukla wrote: > > NO, i do not think you can add a virtual host with out restarting. > > -----Original Message----- > From: Jino Lee [mailto:jinolee@egitech.com] > Sent: Wednesday, February 14, 2001 3:27 PM > To: tomcat-user@jakarta.apache.org > Subject: help about tomcat virtual hosting... > > I'm using apache 1.3.17 + tomcat 3.2.1 + red-hat 6.2. > > Every time I add a virtual host, I have to restart apache and tomcat. > During the restart, the visitors will loose all connection to the site is > there anyway to add a virtual host without restarting the server? > > Currentl, I'm only using tomcat3.2.1 for web service. Is there a way to > refresh additional virtual hosts without restarting the server? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, email: tomcat-user-help@jakarta.apache.org