Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 32540 invoked from network); 18 Jun 2003 23:17:03 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 18 Jun 2003 23:17:02 -0000 Received: (qmail 5639 invoked by uid 97); 18 Jun 2003 23:19:28 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 5632 invoked from network); 18 Jun 2003 23:19:28 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 18 Jun 2003 23:19:28 -0000 Received: (qmail 29269 invoked by uid 500); 18 Jun 2003 23:16:31 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 29200 invoked from network); 18 Jun 2003 23:16:30 -0000 Received: from web40611.mail.yahoo.com (66.218.78.148) by daedalus.apache.org with SMTP; 18 Jun 2003 23:16:30 -0000 Message-ID: <20030618231638.30768.qmail@web40611.mail.yahoo.com> Received: from [146.115.65.110] by web40611.mail.yahoo.com via HTTP; Wed, 18 Jun 2003 16:16:38 PDT Date: Wed, 18 Jun 2003 16:16:38 -0700 (PDT) From: Yoav Shapira Reply-To: yoavs@computer.org Subject: Re: Tomcat Standalone and Virtual Hosting To: Tomcat Users List , lwilliam@amnh.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Howdy, This partially depends on your OS. If you're on windows, you can just run tomcat on port 80. If you're on unix, port 80 is privileged and you need to: - Work around that, e.g. by using sudo or commons-launcher - Put an Apache front-end to serve static content on port 80, and connect it to tomcat for dynamic content. Either tomcat or apache by themselves support virtual hosting. For tomcat, you simply add more elements in server.xml. See the configuration reference in the tomcat docs. Yoav Shapira --- Latesha Williams wrote: > I have a web application deployed under Tomcat v4.1.18 (port 8080). Is it > also possible to configure the Tomcat Standalone Service to support virtual > hosting, but on port 80? If so, how is this accomplished? What is the > "best practices" method for storing static web content in this situation? > Should the web content be placed in the Tomcat directory, or someplace else? > Any guidance you can provide is appreciated. > > Latesha Williams > Applications Support, Information Technology > American Museum of Natural History > lwilliam@amnh.org > (W) 212.769.5947 > (C) 917.837.2460 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > ===== Yoav Shapira yoavs@computer.org __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org