Create an MSS-enabled Enterprise Server

To create an MSS-enabled Enterprise Server:

  1. Launch Eclipse.
  2. Open Server Explorer.

    If it is hidden, display it by choosing Window > Show View > Server Explorer.

  3. Right-click Local [localhost:86], and click New > Enterprise Server.

    This starts the Create New Enterprise Server dialog.

  4. Type JCLDEMO in the Name field.
  5. Leave the 64-bit box unchecked.
  6. Click the browse button next to the Template field.

    This opens the location of the Enterprise Developer server templates which is %ProgramFiles(x86)%\Micro Focus\Enterprise Developer\ServerTemplates by default.

  7. Select JCLTemplate.xml, and click Open.
  8. Click Finish.

    Check Server Explorer to see that the server has been added to Local [localhost:86].

To configure the JCLDEMO server:

  1. Right-click Local and choose Open Administration Page from the context menu.
  2. Click Edit on the row for JCLDEMO.

    This opens the Server > Properties > General page.

  3. It is useful to have the character-mode console daemon window showing when the JCLDEMO region is running, so select Show Local Console.
  4. In the Configuration Information field type the following to create an environment variable for the path to the project directory:
    [ES-Environment]
    JCLPROJ=c:\tutorials\jcl
  5. Type Server for JCL in the Description field (near the bottom of the page).
  6. Click OK.