Start the administrative console
Overview
The browser-based administrative console for WAS requires that cookies be enabled in the browser.
To start the administrative console on a workstation...
Open this URL in the browser:
http://the.server.name:port/admin...where the.server.name is the host name of the iSeries server on which the application server is running, and port is the administrative console port as noted in the ready message in the joblog of the application server.
The default administrative console port is 9090 for both the default WAS (Base) instance and the default WAS Network Deployment instance. If the administrative console port is in conflict with another application, use the chgwassvr script in Qshell to change the port.
In this example, the administrative console port and administrative console SSL port for the application server myAppSvr in the instance myInstance are changed to 6380 and 6381, respectively:
chgwassvr -instance myInstance -server myAppSvr -admin 6380 -adminssl 6381When prompted, enter a user ID. The administrative console is displayed in the browser window.
The user ID does not need to be an OS/400 user profile. This user ID is used only to track which users make changes to the application server configuration.
Enable cookies
Follow these steps to enable cookies for the browser:
- In Netscape Navigator, perform these steps:
- Click Edit --> Preferences....
- In the left pane, click Advanced.
- The right pane shows the settings for cookies. Ensure that cookies are not disabled.
- In Microsoft Internet Explorer 4.0, 5.0, and 5.5, perform these steps:
- Click Tools --> Internet Options....
- Click the Security tab.
- Click Custom Level. Under Cookies, select Enable.
- Click OK.
- In Microsoft Internet Explorer 6.0, perform these steps:
- Click Tools --> Internet Options....
- Click the Privacy tab.
- Click Advanced. Select Accept to accept first-party and third-party cookies.
- Click OK.