Change the Default Port for the ITPM console
IBM Tivoli Provisioning Manager’s web console, by default, uses port 9080. There was an environment I was working in that required the port to be changed to meet security guidelines.
Here are the steps I took to change the port the Websphere application used.
1. Login to the Websphere admin console:
https://localhost:9080/admin
2. Navigate to Servers -> Application Servers, choose "server1", then "Web Container", then HTTP Transport
Choose the entry with port 9080. A configuration page will display, change the port here and save.
3. Then navigate to Environment -> Virtual Hosts, choose “default_host”, then host aliases.
Choose the entry with port 9080. A configuration page will display, change the port here (same as above) and save.
Now, restart ITPM (tio stop, tio start) and now you can login using the new port number.
http://localhost:<new port number>/tcWebUI/



