Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 43460 invoked from network); 13 Feb 2007 12:29:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 12:29:38 -0000 Received: (qmail 11006 invoked by uid 500); 13 Feb 2007 12:29:35 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 10777 invoked by uid 500); 13 Feb 2007 12:29:34 -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 10766 invoked by uid 99); 13 Feb 2007 12:29:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 04:29:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [82.70.116.177] (HELO mail.melandra.com) (82.70.116.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 04:29:24 -0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Subject: RE: Tomcat as a Standalone server Date: Tue, 13 Feb 2007 12:29:00 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Tomcat as a Standalone server Thread-Index: AcdPaif6yvHt/JIQR561A6DsdnpmgQAABMiA References: <8943425.post@talk.nabble.com> From: "Peter Crowther" To: "Tomcat Users List" X-Virus-Checked: Checked by ClamAV on apache.org > From: matthedude [mailto:matthedude@hotmail.com]=20 > have not been able to find any good > tutorials on deploying the application to a web address such as > 'www.application.com' so that anyone on the internet can enter their > information. Same as any other Web server, whether Apache, IIS, thttpd or little green pixies taking messages off carrier pigeons: - Buy the domain. - Ensure www.application.com points to the IP address where your Web server (in this case Tomcat) is set up and running on port 80. - Test. Ensure any NAT or firewalling issues are dealt with. Done. - Peter --------------------------------------------------------------------- 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