Provides instructions for creating the CICSEXT
enterprise server region on which to run the existing ACCT application, and to configure the region to eventually run the CICSScreenWS Web service
that you create later in this tutorial.
Create the CICSEXT
enterprise server region
- Open a Visual Studio command prompt and enter:
devenv
This starts Visual Studio. If you are prompted to select an initial action, click
Continue without code.
- In Visual Studio, open the
Server Explorer.
Note: If it is hidden, select
View > Server Explorer from the Visual Studio main menu.
Attention: You might encounter an
Enterprise Server Sign On dialog box as you perform the steps required to create, configure, start, or stop an
enterprise server region from the
Server Explorer. If you do, ensure that the
Server requires credentials,
Use specific server credentials, or
Server is secured
box is
unchecked, and then click
OK.
Also, if prompted to disable password recovery, click
No.
- Expand
Micro Focus Servers.
- Right-click
localhost, and then select
New Enterprise Server from the context menu.
- In the
Name field, type
CICSEXT.
- Click the browse button () associated with the
Template field.
By default, this opens to the location of the
Enterprise Server template files, which is
%ProgramFiles (x86)\Micro Focus\Enterprise Developer\etc\ServerTemplates.
- Double-click
CICSTemplate.xml.
- Click
OK.
The
Output window displays a notification that the server has been created.
- In the
Server Explorer, expand
localhost to be sure that the CICSEXT region has been added.
Specify a System Initialization Table
- Right-click
Micro Focus Servers in
Server Explorer, and click
Administration.
This opens the Enterprise Server Common Web Administration (ESCWA) in a browser outside of the IDE.
- In the ESCWA UI, click
Default under
Directory Servers in the left-hand pane of the browser.
- Hover the row for the
CICSEXT entry in the list of servers, and click its
(EDIT) button.
This action opens the
GENERAL page of the server's properties.
- Click the
CICS tab at the top of the pane.
- In the
System Initialization Table field, type
IMTKCICS.
- Click
APPLY.
Configure Listeners
- Click the downwards arrow next to
GENERAL, and click
Listeners from the menu.
The listeners represent the three types of services you can run on this
enterprise server region.
- Click the
Web Services and J2EE item under
Communications Process 1.
- Change the contents of the
Port field in the right pane to
9003.
- Click
APPLY.
- Click the
TN3270 item under
Communications Process 1.
- Change the contents of the
Port field in the right-hand pane to
9004.
- Click
APPLY.
- Click the
Web communication process.
- Change the value of the
Requested Status field to
Stopped.
- Click
APPLY.
- On the list at the left of the page, return to the list of default Directory Servers.
Start the CICSEXT
enterprise server region