Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED803CA26 for ; Thu, 13 Jun 2013 18:01:04 +0000 (UTC) Received: (qmail 91041 invoked by uid 500); 13 Jun 2013 18:00:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 90867 invoked by uid 500); 13 Jun 2013 18:00:58 -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 90858 invoked by uid 99); 13 Jun 2013 18:00:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 18:00:58 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anigoyal@cisco.com designates 173.37.86.72 as permitted sender) Received: from [173.37.86.72] (HELO rcdn-iport-1.cisco.com) (173.37.86.72) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 18:00:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=3288; q=dns/txt; s=iport; t=1371146452; x=1372356052; h=from:to:subject:date:message-id:mime-version; bh=sRSGGRf3mfAAGA0m/VJznY5pAzGGV1FRuX9P7qg5Qto=; b=OtfBz6DZcPicuJLYBq2Y25JK+ZaeiKcPmJXWVhPr5PHopALKHuAGEtFQ y/D+D7XsHpfe3hHS2X8ok5BMLh5bt/g13FGLajecyaVrciRRpttVC4VDK 7wNVfTN3iSs7ZcvRKaU8b5XWje/Q4I/z3neQ09QiD+AEzdTG1pMSnPYlw M=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhoFAIMHulGtJV2b/2dsb2JhbABbgkUjITBJvj2BAhZ0giUBBCcGXgEMHlYfBwEEG4gGAZp5oE2PEoM3YQOpA4MPgic X-IronPort-AV: E=Sophos;i="4.87,860,1363132800"; d="scan'208,217";a="222294050" Received: from rcdn-core-4.cisco.com ([173.37.93.155]) by rcdn-iport-1.cisco.com with ESMTP; 13 Jun 2013 18:00:31 +0000 Received: from xhc-rcd-x10.cisco.com (xhc-rcd-x10.cisco.com [173.37.183.84]) by rcdn-core-4.cisco.com (8.14.5/8.14.5) with ESMTP id r5DI0Vmi018757 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 13 Jun 2013 18:00:31 GMT Received: from xmb-aln-x13.cisco.com ([fe80::5404:b599:9f57:834b]) by xhc-rcd-x10.cisco.com ([173.37.183.84]) with mapi id 14.02.0318.004; Thu, 13 Jun 2013 13:00:31 -0500 From: "Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)" To: Tomcat Users List Subject: forward request by changing the port in request url Thread-Topic: forward request by changing the port in request url Thread-Index: Ac5oX9mOJuOYMjIzQJ6U5TRTQypBZQ== Date: Thu, 13 Jun 2013 18:00:12 +0000 Message-ID: <5032F5DAD1369F48BD8A3348125CBB981287A370@xmb-aln-x13.cisco.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.65.227.77] Content-Type: multipart/alternative; boundary="_000_5032F5DAD1369F48BD8A3348125CBB981287A370xmbalnx13ciscoc_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_5032F5DAD1369F48BD8A3348125CBB981287A370xmbalnx13ciscoc_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable i have two service running under tomcat. One service is default i.e. catali= na on port 8080 and 8443 second service is catalina_new on port 8081 and 8444. i have application abc.war deployed in webapps_new service which is running= on port 8081. This application is not there in webapps. i want if any request coming on port 8080 for application abc, it is forwar= ded to port 8081.(same for ssl port 8443->8444) Is there any way to do the same. Thanks Anil --_000_5032F5DAD1369F48BD8A3348125CBB981287A370xmbalnx13ciscoc_--