Manage profiles
- Create default profile/appserver...
cd app_server_root\bin\
manageprofiles.bat -create -templatePath app_server_root\profileTemplates\default
- Start the server.
cd profile_root/bin
startServer.bat server1 -profileName profileThe -profileName argument is not necessary if we have already changed to the profile_root/bin directory of the target profile.
- Display the ports. These are the ports assigned during profile creation.
profile_root\properties\ portdef.props
(iSeries) Use the dspwasinst QShell script to display the ports for our new profile:
app_server_root/bin/dspwasinst -profileName profileName
The WC_adminhost and WC_adminhost_secure ports listed are the nonsecure and secure administrative console ports, respectively.
- Open the administrative console.
If the value of the WC_adminhost port for the server is 20003...
http://host_name_or_IP_address:20003/ibm/console/
If the value of the WC_adminhost_secure port for the server is 9061...
https://host_name_or_IP_address:9061/ibm/console/