Configure a Service

   Journey Manager (JM) The transaction engine for the platform.  |    System Manager / DevOps  |  All versions This feature is related to all versions.

Manager allows you to create new and configure existing services.

To configure a service:

  1. Select Services > All Services.
  2. Locate a service and click Edit.
  3. Select the Service Definition tab to view or edit the standard service configuration.
    Manager configure a service
  4. Select the Current Version checkbox to make this service version current. This applies when there are multiple versions of this service, because a new version of this service is not automatically set as the current version.
  5. Enter a meaningful service description in the Description field.
  6. Select the Service Type Default checkbox to make this service as the default one, so it is executed for any service of this service type.
    Note

    You can also make a service as default from the list of all services.

  7. Select the service creation method from the Service Creation Method dropdown list:
    • Java Classname
    • Spring Bean
  8. Update the class name or bean name of the service in the Classname / Bean Name field. The class must be one of the classes pre-defined in Manager.
    Note

    The Service Creation Method and Classname / Bean Name fields are only available to users with appropriate permissions.

  9. Select the service connection from the Service Connection dropdown list.
  10. Select a server node from the Server Node dropdown list to associate the service with a specific server node defined in Manager. You may want to do it for the performance reasons, for example, to run a delivery service on a dedicated server only.
    Note

    The Server Node option is not available for a single-node installation and for Fluent services.

  11. Select the Active checkbox to make this service active. It is selected by default.
    Note

    Clear the Active checkbox to make the service unavailable in various Manager's configurations by not showing it in the dropdown list of available services. This doesn't disable or deactivate the service itself, therefore existing forms will continue to use this service.

  12. Check the minimum version of Manager required to run the service in the JM Min Version field.
  13. Click Save to update the changes.

Next, learn how to remove a service.