For WebSphere Process Server, you can create servers using either
the createApplicationServer wsadmin commands or the Create New Application
Server wizard in the administrative console.
Perform the following steps to create a server:
- In the administrative console, Application Servers page,
click New to open the Create New Application Server
page. You can also create a server using the wsadmin createApplicationServer command.
For information, see Commands for the AdminTask object in the WebSphere Application Server Network Deployment, Version
6.0.x information center.
- On the Create New Application Server page and define your server by doing
the following:
- Select a node for the server.
- Type a name for the server. The name must be unique within the node.
- Select the defaultProcessServer template to create
the server. You can also use an existing application server as a template.
The new process server inherits all properties of the template server.
- 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 may need to update
the alias list for the virtual host that you plan to use with
this server to contain these new port values. (This includes the host alias
that will be used for the Business Process Choreographer Explorer created
in step 4 below. The implementation of the Explorer is itself an application
and requires host_alias management.) If you clear this option, ensure that
the default port values do not conflict with other servers on the same workstation.
Note: If you create the server using an existing application server
as a model, do not select to map applications from the existing server to
the new server. By default, this option is disabled.
- Optional: Configure Business Process Choreographer, if the server
will run applications that contain business process or human tasks. See Configuring Business Process Choreographer for more information.
- Install the SchedulerCalendars application on one or more servers using
the following steps:
- Select Applications > Install New Application.
- In the file selector window, browse to the c:\Installroot\installableApps directory.
- Select ScheduleCalendars.ear.
- Select Next.
- Accept the default values and select Next again.
- Continue to accept the default values until you get to the 'Map modules
to servers' step, then select the Servers and/or Clusters on which to load
the ScheduleCalendars application and select Next.
- On the Summary step, select Finish.
- After the application has finished installing, select Save
to Master Configuration.
- Save and Synchronize changes.
To install the SchedulerCalendars application on additional servers
or clusters after the initial installation, use the following steps:
- Select Applications > Enterprise Applications.
- Select SchedulerCalendars.
- Under the Additional Properties section, select Map modules
to servers.
- Select the check box for the Module Calendars.
- Select the servers and the clusters on which you want to install SchedulerCalendars,
be sure to also select any servers or clusters where you want SchedulerCalendars
to remain.
- Select Apply.
- Select OK.
- Save and Synchronize changes with Nodes.
- Optional: To use multiple language encoding support in the administrative
console, configure an application server with UTF-8 encoding enabled,
as described in the WebSphere Application Server Network Deployment, Version
6.0.x information center.