Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 55722 invoked from network); 4 Feb 2009 10:54:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 10:54:53 -0000 Received: (qmail 53773 invoked by uid 500); 4 Feb 2009 10:54:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 53745 invoked by uid 500); 4 Feb 2009 10:54:40 -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 53734 invoked by uid 99); 4 Feb 2009 10:54:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 02:54:40 -0800 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 (nike.apache.org: domain of rc46fi@googlemail.com designates 209.85.128.184 as permitted sender) Received: from [209.85.128.184] (HELO fk-out-0910.google.com) (209.85.128.184) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 10:54:30 +0000 Received: by fk-out-0910.google.com with SMTP id 26so2149982fkx.0 for ; Wed, 04 Feb 2009 02:54:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=zQnpsZeQTMGBF9W2m5TM4IC+mVuq0n7Fq0a2cHrI2vE=; b=tNtlOgv1TcPDFJ+t64WyUmlXvxiLa7mbe7dr2fEXlg+xKQTIl0f7UAZhBOhc0tmTdP WQ7YQ9kJ4CS/Or7JPmUk3akc9rO3rWoQLCQ6fF9CY523NqZVnYA/lqt0oOP8gyuS20a0 HWPX1nDZKhN0HjNrfENODDP+Bjihr6Jok04aI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=LTbRMFPi1sODXyWDav8c32tRIvMNBil5BWzfFawlBXiVe0qXkRmpvJ+BuYI0bRh8Ma YHOfOQVwhgCUoKAc9B4xlwS/tkSptcu8/P5Sbq++5jmqU+TTk8CrfIBW76Fq5pERDQK6 joxTeL6q3DotqcvkOKrF3x/7EOCg0Q8uZjGks= MIME-Version: 1.0 Received: by 10.181.61.18 with SMTP id o18mr77325bkk.66.1233744849642; Wed, 04 Feb 2009 02:54:09 -0800 (PST) In-Reply-To: <31025.41.211.212.244.1233742456.squirrel@newwebmail.elitecore.com> References: <31025.41.211.212.244.1233742456.squirrel@newwebmail.elitecore.com> Date: Wed, 4 Feb 2009 11:54:09 +0100 Message-ID: Subject: Re: Display URL without port From: Gregor Schneider To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Randhir, I presume that both Apache HTTPD and Tomcat are located on the same machine? Note that the default port for HTTP-protocol is port 80. As I've written in one of my previous posts, only one application can be bound to a port, meaning when Apache HTTPD and Tomcat are both located on the same machine, they will listen on different ports. Since it's a common practice that Apache listens on port 80, it's also a common practice that Tomcat listens on port 8080 or, as in your case, on port 10080. If you want Apache HTTPD to forward a request to Tomcat transparently for the user, one common solution is to use the AJP-connector as has been discussed here on the list quite frequently. I suggest you point your browser to http://tomcat.apache.org/connectors-doc/generic_howto/quick.html which explains the how-to in detail. Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org