The default WebSphere Application Server profile provides the necessary configuration files for starting and managing the application server that it contains. This profile also provides the services and resources that are required to deploy and run enterprise applications.
The name of the default WebSphere Application Server profile is default. The default profile is contained under the following directory structure:
user_data_root/profiles/default
This topic describes the cell, node, servers, applications and ports for the default profile.
Each profile contains the following general properties:
The server1 application server includes these applications:
When WebSphere Application Server Express is installed, the default profile does not contain the Samples Gallery. For more information, see Samples and applications.
When WebSphere Application Server Express is installed, the default profile does not contain this sample. For more information, see Samples and applications.
The default profile is configured to use the ports that are listed in Port number settings in WebSphere Application Server versions. To change any of these ports, run the chgwassvr script from Qshell:
app_server_root/bin/chgwassvr -server server1 options
where options specifies the parameters for the port that you want to change. For example, to change the administrative console port to 9091, run the following command:
app_server_root/bin/chgwassvr -server server1 -admin 9091
For more information about the script, see the chgwassvr command . Potential port conflicts with other versions or editions of WebSphere Application Server are noted where appropriate.
To display information such as node name, ports used, servers, and installed applications for the default profile, run the dspwasinst script from Qshell. For more information, see dspwasinst command.