Question : How do I change WAS 5.0 Administrative Console Port (9090) to something else ?

Dear Experts,

I want to change the default port (9090) to something else in WAS 5.0 administrative console

In WAS 5.0 the following URL takes you to the Administrative Console
http://mycompany.com:9090/admin

Any help is highly appreciated!

Answer : How do I change WAS 5.0 Administrative Console Port (9090) to something else ?

1.- Open your administrative console and go to "Servers" -> "Aplication Servers" and click "server1"
2.- Under "Additional Properties" click "Web Container"
3.- Again under "Additional Properties" click "HTTP transports"
4.- Click on the Host "* " that points to 9090 and change it to 9070 (or the port of your preference).
5.- save changes.

6.-open and modify 9090 with 9070 on the following xml files:
....AppServer/config/cells/serverName/virtualhosts.xml
....AppServer/config/templates/default/nodes/servers/server1/server.xml
....AppServer/installedApps/serverName/adminconsole.ear/adminconsole.war/WEB-INF/com.ibm.ws.console.perftuningadmin/console-defs.xml

7.-RESTART YOUR COMPUTER (please).

(I know that there must be a better way to perform the above, but this worked for me, and hope it will work 4 u)
Random Solutions  
 
programming4us programming4us