Use commands to create a profile, start the server of the profile,
display the profile ports, and open the administrative console.
Before you begin
This task assumes a basic familiarity with the manageprofiles command,
other application server commands, and system commands.
Before you can
create and use a profile, you must install the product.
About this task
Perform the following steps to create a profile, start the server
of the profile, display ports for your profile, and open the administrative
console for your server.
Procedure
- Create the server profile from the original installation:
app_server_root/bin/manageprofiles
Assume that you create the profile by using
the defaults.
- Start the server.
The server name is the same name as the profile, which,
in this case, is AppSrv01. Issue the
startServer command.
startServer -profileName AppSrv01
- Display the ports.
Use the dspwasinst QShell script to display
the ports for your new profile:
app_server_root/bin/dspwasinst -profileName profileName
The WC_adminhost port listed from Other Ports is the administrative
console port.
- Open the administrative console.
For example, if the value of the WC_adminhost port is 9061
for your server, then specify the following Web address in your browser:
http://
host
name or IP address:9061/ibm/console
Results
You created an application server profile, started an application
server, and accessed the administrative console through commands.
What to do next
Deploy an application.