Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 13184 invoked from network); 14 Nov 2008 15:55:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 15:55:02 -0000 Received: (qmail 42572 invoked by uid 500); 14 Nov 2008 15:54:57 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 42544 invoked by uid 500); 14 Nov 2008 15:54:57 -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 42533 invoked by uid 99); 14 Nov 2008 15:54:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 07:54:57 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.103] (HELO usea-naimss1.unisys.com) (192.61.61.103) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 15:53:34 +0000 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss1 with InterScan Message Security Suite; Fri, 14 Nov 2008 09:53:56 -0600 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 14 Nov 2008 09:53:56 -0600 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 14 Nov 2008 09:53:56 -0600 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Fri, 14 Nov 2008 09:53:56 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Fri, 14 Nov 2008 09:53:55 -0600 Subject: RE: Deploying On Production Server Thread-Topic: Deploying On Production Server Thread-Index: AclGNSnVm/etwik0QK2aHoJOjdW+zQAO098A Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215A38F253D@USEA-EXCH7.na.uis.unisys.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 14 Nov 2008 15:53:56.0218 (UTC) FILETIME=[334505A0:01C94671] X-Virus-Checked: Checked by ClamAV on apache.org > From: Ehlers, Kolja [mailto:ehlers@clinresearch.com] > Subject: AW: Deploying On Production Server > > You will need to make use of the mod_jk (The Apache Tomcat > Connector) at http://tomcat.apache.org/connectors-doc/ Don't be silly - adding another major component just to run on port 80 is m= assive overkill. As Serge F noted, change the port for the HTTP in conf/server.x= ml from 8080 to 80. If running on a Linux box, you'll need to start Tomcat= using jsvc to avoid having to run as root. Alternatively, you can use ipt= ables to reroute port 80 to 8080, and not change Tomcat's config. If runni= ng on Windows, there are no restrictions on port use. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- 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