Default application server profiles

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.

General properties

Each profile contains the following general properties:

Profile name
default
Cell name
The host name of the server, for example, MYISERIES. The cell name is case-sensitive.
Node name
The host name of the server, for example, MYISERIES. The node name is case-sensitive.
Application server name
server1. The application server name is case-sensitive.

Predeployed applications

The server1 application server includes these applications:

The administrative console application
Use the administrative console application to configure and manage the application server, enterprise applications, and other WebSphere Application Server resources.
The DefaultApplication example application
Use the DefaultApplication exmple which contains the snoop, hello, and hitcount examples, to quickly verify your application server configuration.
The installation verification application (ivtApp)
Use the ivtApp application to run the ivt Qshell script and verify the application server configuration.
Samples gallery
Use the Samples gallery application to access Web pages that describe the Samples that are provided with the products, and how to build, install, and run them.
PlantsByWebSphere sample
The PlantsByWebSphere Sample application depicts an online plants store.

Default ports

The default profile is configured to use the ports that are listed in the Port number settings article in the information center. 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 article on the chgwassvr command in the information center. 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 the article on the dspwasinst command in the information center.




Related tasks
Managing default profiles
Related reference
Related information
dspwasinst command
chgwassvr command
Accessing the Samples (Samples Gallery)
Reference topic    

Terms of Use | Feedback

Last updated: Oct 21, 2010 5:30:17 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=compass&product=was-nd-iseries&topic=RproAdrdftappsvrIs
File name: rpro_adrdftappsvr_is.html