Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 46364 invoked by uid 500); 12 Sep 2001 13:42:47 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 46352 invoked from network); 12 Sep 2001 13:42:47 -0000 Message-ID: From: David Oxley To: tomcat-user@jakarta.apache.org Subject: IIS Virtual hosting Date: Wed, 12 Sep 2001 14:39:39 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I need to set up IIS with each virtual host routing to a different worker in Tomcat. Each virtual host has the same web application under it and therefore must all be the same context. i.e. Under Apache I set up the following: NameVirtualHost 128.100.2.23 ServerName cisweb2k JkMount /spweb/servlet/* ajp13_1 ServerName cisweb2k2 JkMount /spweb/servlet/* ajp13_2 How is the best way to achieve the same configuration with IIS? I think what I need is to be able to specify the host name in uriworkermap.properties: cisweb2k/spweb/servlet/*=ajp13_1 cisweb2k2/spweb/servlet/*=ajp13_2 Thanks. Dave.