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.
Do you have any idea on this? Thank you. Regards, zl -----Original Message----- From: Peter Crowther [mailto:[EMAIL PROTECTED] 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:[EMAIL PROTECTED] Hi. I > 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. > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]