Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

This guide gives an overview of the requirements for integrating a service into the services system landscape.

Requirements

To be able to integrate a microservice in the system landscape, the following requirements must be met:

The service should:

  1. have these dependencies
  2. have this configuration
  3. use only available ports (for more information, see Overview of Microservices)
  4. be installed using the SAM tool

Integrating the Service

To integrate a service into an existing system landscape, that is, an installation of the service-manager with at least the DISCOVERY and ADMIN services, complete the following steps:

  1. Build the service, and copy the executable JAR file to the system.
  2. Install using SAM.
  3. (Re)start the service-manager.

The service should now be listed in the Services Admin with the other services. If it is not, check the log for errors.

  • No labels