HTTP Server Configuration
This guide describes how to set up a new HTTP server port. Server ports handle web service requests and were previously referred to as listeners.
Default configuration
The port configuration is maintained in mdm-server > etc > application.properties
.
The MDM Server has one HTTP port configured (named default).
Default HTTP port configuration
#MDM HTTP server
ataccama.server.http.default.port=8051
You can also configure other optional properties enabling SSL authentication (see MDM Server Application Properties).
All MDM endpoints are exposed on the same port by default, which means the
If used in the Runtime Server context, the property can still be used. |
Was this page useful?