Creating application servers

 

Creating application servers

For the Network Deployment and z/OS products, you can create a new application server using either the createApplicationServer , createWebServer, or the createGenericServer wsadmin commands (see Commands for the AdminTask object), or the Create New Application Server wizard in the administrative console. You can also create a new application server when you add a cluster member to a server cluster. With WebSphere Application Server Version 6.0, you can now upgrade a portion of the nodes in a cell, while leaving others at the older release level. This means that, for a period of time, you may be managing servers that are at the current release and servers that are running the newer release in the same cell. In this mixed environment, there are restrictions on what you can do with servers at the older release level. They are:

There are no restrictions on what you can do with the servers running on the newer release level.

The steps below describe how to use the Create New Application Server page.

  1. Go to the Application Servers page and click New . This brings you to the Create New Application Server page. You can also create the new application server using the wsadmin createApplicationServer command. For information, see Commands for the AdminTask object.

  2. Follow the instructions on the Create New Application Server page and define your application server.

    1. Select a node for the application server.

    2. Type in a name for the application server. The name must be unique within the node.

    3. Select a template to be used in creating the new server. You can use a default application server template for your new server or use an existing application server as a template. The new application server will inherit all properties of the template server.

    4. Select whether the new server will have unique ports for each HTTP transport. By default, this option is enabled. If you select this option, you might need to update the alias list for the virtual host that you plan to use with this server to contain these new port values. If you deselect this option, ensure that the default port values do not conflict with other servers on the same physical machine.

    5. If you create the new server using an existing application server as a model, select whether to map applications from the existing server to the new server. By default, this option is disabled.

  3. To use multiple language encoding support in the administrative console, configure an application server with UTF-8 encoding enabled.

ResultThe new application server appears in the list of servers on the Application Servers page.

 

What to do next

Note that the application server created has many default values specified for it. An application server has many properties that can be set and creating an application server on the Create New Application Server page specifies values for only a few of the important properties. To view all of the properties of your application server and to customize your application server further, click on the name of your application server on the Application Servers page and change the settings for your application server as needed.


Sub-topics

Configuring application servers for UTF-8 encoding
Creating server templates
Listing server templates
Deleting server templates

Related concepts
Application servers
Understanding server templates

Related tasks
Getting started with scripting