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
- In Visual Studio, open the
Server Explorer.
Note: If it is hidden, select
View > Server Explorer from the Visual Studio main menu.
- 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
- On the
Enterprise Server Administration Home page, click the
Edit button that corresponds to the CICSEXT enterprise server.
- Click the
MSS tab.
- In the
System Initialization Table field, type
IMTKCICS.
- Click
Apply.
Configure Listeners
- Click the
Listeners tab.
The listeners represent the three types of services you can run on this
enterprise server region.
- Click the
Edit button that corresponds to
Web Services and J2EE.
- Change the contents of the
Endpoint Address field to
*:9003.
- Click
OK.
- Click the
Edit button that corresponds to
TN3270.
- Change the contents of the
Endpoint Address field to
*:9004.
- Click
OK.
- On the list at the left of the page, click
Home to return to the
Enterprise Server Administration Home page.
Start the CICSEXT
enterprise server region
- In the row that corresponds to the CICSEXT enterprise server, click the
Start button that appears in the column labeled
Status.
- On the next page, click the
OK button under
Are you sure you want to continue?
At this point, a daemon displays showing the diagnostic information regarding the start of your CICS region, and then you
are returned to the Home page.
After the
Enterprise Server Administration Home page refreshes itself a time or two, you should see the word
Started above the
Details and
Stop buttons for the CICSEXT enterprise server.
Note: If any other enterprise servers are started, stop them before proceeding.