Set Up the InvokeReverse Project

  1. From the Eclipse main menu, click File > New > Mainframe COBOL Project.
    Note: If Mainframe COBOL Project is not listed:
    1. Select Other.
    2. Expand Micro Focus COBOL.
    3. Select Mainframe COBOL Project; then click Next.
  2. In the Project name field, type InvokeReverse.
  3. Under Select a project template, click Micro Focus template [64-bit].
  4. Check Browse for template.
  5. Click the Browse button that corresponds to the Location field, and browse to your temporary CICSWebServicesProjectTemplate folder, and then click Select Folder.
  6. Check Use default location, and then click Finish.

    The Application Explorer view now shows the InvokeReverse project, which is built automatically.

Start the HACloud Session Server

Ensure that you have updated the Micro Focus HACloud service property to start up automatically. For instructions on how to do so, see Starting the HACloud Session Server.

To start the HACloud session server on Windows:

  1. Ensure that the installed Java is added to the PATH environment variable.
  2. Start the Enterprise Server region that runs the application you want to connect to.
  3. Start either the 32-bit or 64-bit Enterprise Developer command prompt or Enterprise Server command prompt - this must match the working mode, 32 or 64-bit, of the JRE you have installed.
  4. Type startsessionserver at the command prompt, and press Enter.

    Check the console for the messages that the Micro Focus HACloud Session Server has started.

To start the HACloud session server on UNIX:

  1. Ensure that the installed Java is added to the PATH environment variable.
  2. Start the Enterprise Server region that runs the application you want to connect to.
  3. Open a terminal and set up the COBOL environment in it.
  4. Run the following to start the session server:
    startsessionserver.sh

    Check the terminal for the messages that the Micro Focus HACloud Session Server has started.