|
Problem(Abstract) |
By default, WebSphere® Application Server uses port 9090
for communicating with the administrative console. Other processes, such
as the AIX® Web based System Management Console, might also use port
9090. |
|
|
|
Cause |
Multiple processes cannot successfully own the same
port. |
|
|
Resolving the
problem |
To resolve this conflict, change the port used by the HTTP
Transport to communicate with the administrative console.
In this example, the application server is named server1, the new
port used is 9091, and the browser is running on the same system as
WebSphere Application Server:
- Select an available port.
- The netstat -n command lists the currently-active
ports in use on AIX®.
- The /etc/services file lists port definitions for this
system. This does not include ports that are opened dynamically by
applications.
- Take a backup of
WAS-install-dir/config/cells/cellName/virtualhosts.xml,
edit virtualhosts.xml file,change port 9090 to 9091 and save the
file.
- Take a backup of
WAS-install-dir/config/cells/cellName/nodes/nodeName/server/server1/server.xml,
edit server.xml file , change port 9090 to 9091 and save the file.
- Stop, then start server1.
- Use this URL to access the administrative console:
http://HostName:9091/admin .
|
|
|
|
|
Cross Reference information |
Segment |
Product |
Component |
Platform |
Version |
Edition |
Application Servers |
Runtimes for Java Technology |
Java SDK |
|
|
|
|
|
|