Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 59429 invoked from network); 9 Nov 2005 10:02:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Nov 2005 10:02:37 -0000 Received: (qmail 20313 invoked by uid 500); 9 Nov 2005 10:02:18 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 20277 invoked by uid 500); 9 Nov 2005 10:02:17 -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 20265 invoked by uid 99); 9 Nov 2005 10:02:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 02:02:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [211.24.185.34] (HELO acmmsexc01.acm-mmi.com.my) (211.24.185.34) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 02:02:10 -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.5.6944.0 Subject: RE: how to remove port number from URL Date: Wed, 9 Nov 2005 18:04:13 +0800 Message-ID: <4C95F516EFE1174C9A36CAE5BF8A3B04AAB451@acmmsexc01.acm-mmi.com.my> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: how to remove port number from URL Thread-Index: AcXlET6xLwIhYChHT6Kq+1V6engf+QAAGvvAAACqSjA= From: "Goay Zee Ling \(ACM/MIS\)" To: "Tomcat Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Peter, Thanks for your prompt reply. I just tried using the tomcat connector and faced some problem too. I have posted a question "tomcat connector isapi_redirect.dll not available" to this list.=20 Do you have any idea on this? Thank you. Regards, zl -----Original Message----- From: Peter Crowther [mailto:Peter.Crowther@melandra.com]=20 Sent: Wednesday, November 09, 2005 5:48 PM To: Tomcat Users List Subject: RE: how to remove port number from URL > From: Goay Zee Ling (ACM/MIS) [mailto:zlgoay@acm-mmi.com.my] Hi. I=20 > have a simple question. ... But not a simple answer given your configuration. > On the server, I have both IIS 5.1 and tomcat 5.0.=20 > With both running respective application, is it possible to remove the > port number for calling tomcat application? Only one process can listen on a given port and IP address combination - this is a basic restriction of the socket model. IIS and Tomcat are different processes so must listen on different port+IP address combinations. However, you may be able to try one or more of the following: - Assign two IP addresses to the computer. Set IIS to listen on port 80 on one IP address, Tomcat on port 80 on the other IP address. - Use IIS to listen to port 80, set up a JK connector in Tomcat, and use the JK connector to forward requests from one or more Web sites in IIS to be processed by Tomcat. http://tomcat.apache.org/connectors-doc/index.html is a useful page. Use JK, *not* JK2. JK2 is no longer supported. - Use Squid or a similar reverse proxy to listen on port 80, set up IIS and Tomcat so that both listen on different ports, and forward requests to one or the other using Squid. There may be other solutions. - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org