Websphere uses port 9080 for its plugin from the web server to what they call the "embedded http" server. Since this is an internal (non-web) communication, you shouldn't be able to see it. The assembled page will be served back to you on port 80 by the web server. From your browser's point of view, it's all been on port 80.
andy -----Original Message----- From: Gianluca Pinelli [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:12 AM To: CF-Talk Subject: Re: Transport port > If you type in http://servername:9080/, and the web server is listening on > that port, then on that server, CGI.SERVER_PORT will be "9080". I don't > understand what you mean by "transport" port. When I request a page from the server, the port 80 answers from the HTTP_Server. But in reality the plugin comunicate with the Application server trough the port 9080. I want to know if is possible to know this transport port. ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

