How to change port of IBM WebSphere Portal ports
ConfigEngine.sh list-server-ports -DWasPassword=passw0rd
ConfigEngine.bat list-server-ports -DWasPassword=passw0rd
which generates a log file: -
IBM/WebSphere/wp_profile/ConfigEngine/log/WebSphere_Portal_PortMatrix.txt
Here you can see all Port of existing Portal server
To change port execuet bellow command
ConfigEngine.bat modify-ports-by-startport -DWasPassword=password -DModifyPortsServer=WebSphere_Portal -DStartPort=20000
No comments:
Post a Comment