Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 66562 invoked from network); 26 Jun 2008 19:47:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 19:47:15 -0000 Received: (qmail 78004 invoked by uid 500); 26 Jun 2008 19:47:04 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 77982 invoked by uid 500); 26 Jun 2008 19:47:04 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 77971 invoked by uid 99); 26 Jun 2008 19:47:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 12:47:04 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hassan.schroeder@gmail.com designates 209.85.132.241 as permitted sender) Received: from [209.85.132.241] (HELO an-out-0708.google.com) (209.85.132.241) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 19:46:15 +0000 Received: by an-out-0708.google.com with SMTP id b36so37137ana.95 for ; Thu, 26 Jun 2008 12:46:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=czJ86IC3rm20l7h7L61V9vfesaNpEJIOJImPc0ltxGM=; b=qT6rRJ9rGEJaGu/ai9kZxlDPkeC4Vkb7+hml3IdDO5Cw/4wpIlnIl5RFT4E4xDlbGy 8B1b2exBqy4HcDVPHF6G1cvz1v0PRXmOmbXxU5E/OVvl4Lct4hOToNTTf4nt3JYsrbgi aj6yY+9Y5uKXCXEhSB034oygKKDwAamKwrfBY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=LC/ldxWcCxsP6jpKIETHIFDNKq5KqV6Kty+J1nH7sfObiMs3+GTZIyC/c4ug1ZZAk9 EcS+19HMJjjG64tZl+L3gHS7sDoBoImgw1JtCtQEV9CoUdg7V5bdPJs25MdLUJVkgulK Q8P7a/+k4fcp5xo8clPQzoIY+Ou4Gm+V05qro= Received: by 10.100.191.19 with SMTP id o19mr519469anf.54.1214509565859; Thu, 26 Jun 2008 12:46:05 -0700 (PDT) Received: by 10.100.205.20 with HTTP; Thu, 26 Jun 2008 12:46:05 -0700 (PDT) Message-ID: <4eedb92a0806261246k62b85af2i7913bddd65979998@mail.gmail.com> Date: Thu, 26 Jun 2008 12:46:05 -0700 From: "Hassan Schroeder" To: "Tomcat Users List" Subject: Re: Multiple development sites using different ports In-Reply-To: <18139932.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18139932.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jun 26, 2008 at 11:08 AM, dylanmac wrote: > > I'd like to configure Tomcat so that I can run multiple dev websites as root > relative and distinguish them via port numbers. In order words, I'd like to > run http://localhost:8080/index.jsp and have that be a different site (using > a different directory) than http://localhost:9800/index.jsp It's easier to do name-based virtual hosts. But if extra work appeals to you :-) create multiple Service elements, each with appropriate Connector and Host entries. FWIW! -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org