The problem may occur in WebSphere Application Server
Version 5.0 during a fresh install or after applying operating system
maintenance for AIX.
To check if there are any running services using port 9090, use the
following command at a shell prompt on your system:
netstat -an |grep 9090
If you see the response:
tcp4 0 0 *.9090 *.* LISTEN
then there is already a process running on port 9090.
You can also run the following command to check for services occupying
port 9090:
cat /etc/services |grep 9090
If you see the response:
wsmserver 9090/tcp
then the AIX System Management Web Server is running
Disable WebSM Service by issuing the following command:
# /usr/websm/bin/wsmserver
-disable
This command permanently disables WebSM server startup.
If you want the WebSM server and WebSphere Application Server to
coexist, change the WebSphere Application Server administrative console
port.
Note : Starting with WebSphere Application Server Version 6.0,
the administrative console port will now listen on 9061.
|