How to Hide port number from URL(jazz team server)
I am trying to hide the port number from the URL of jazz team server.
Accepted answer
You have to set the server or the proxy server up with the well known port 443 before you set up the server. If you have already set up the server you have to do a server rename. Stephane in the article Hide port number from URL did the setup of the server only after the changes and using the public URI root without port number.
2 other answers
You need to do a server rename on your Jazz environment. This uses a mapping file to redirect the public URI. It involves a minor performance hit as well. I would recommend opening a ticket with IBM support to make this happen.
Additionally, your environment will need a reverse proxy (such as IBM HTTP Server) in order to hide the port number. Please see this article.... http://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.3/com.ibm.jazz.install.doc/topics/t_config_reverse_proxy_ihs.html
Rather than going through the hoops involved in server rename you should investigate deploying a reverse proxy. With a reverse proxy properly configured your user base should be able to reach the application server without using a port number without making an invasive change to the application.