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 Version History

« Previous Version 5 Next »

tia® Core products provide multiple endpoints for services and server management.

For example, the tia® Content Server Core provides the endpoints:

tia Content Server endpoint

Type of port

Description

/contentserver respectively

/ilm, or /browser

Service port

provides ArchiveLink, CMIS, respective ILM services.

/info

Service port

Status user interface. Read more: tia® Status User-Interface

/actuator

Management port

Monitoring the service health and performance. Read more: Monitoring (tC)

By default, tia® Core products listen for the same port and for all endpoints (parameter server.port with default configuration 8080).

The parameter management.server.port allows to configure the management ports separately. So requests the endpoint actuator are listened to on a separate port.

This can improve security and separation of concerns: On one hand, the SAP system as service receiver must communincate via the service port, while the management port can be blocked by firewall. On the other hand, the management port can be accessible for monitoring tools like Prometheus, while the service port is blocked for monitoring tools.


Example:

Szenario

Ports

Endpoints

server.port=8080 (default)

Not set: management.server.port

8080

/contentserver respectively /ilm, or /browser

/info

/actuator

management.server.port=8099

8080


8099

/contentserverrespectively /ilm, or /browser

/info


/actuator/*

  • No labels