close

Filter

loading table of contents...

CoreMedia Content Cloud v11 Upgrade Guide / Version 2110

Table Of Contents

6.8.1 Moved Internal Controller to Management Port

In CoreMedia Content Cloud v10 the CAE exposed several endpoints below '/blueprint/servlet/internal' which had to be handled separately when setting up URL rewrite rules so that they cannot be accessed from the public internet.

In CM11 they are now configured to be included in the Spring Boot management context (together with the actuators) and are available on a different port (by default in blueprint deployment port 8081 on the CAE Docker Container and mapped to 40981 for preview and 42181 for live CAE).

Affected endpoints are concerned with URL generation (/blueprint/servlet/internal/service/url), sitemap generation ( /blueprint/servlet/internal/<siteid>/sitemap-org ) and test URL generation ( /blueprint/servlet/internal/<siteid>/testurls ). If you use them in your project, please make sure to access them from your internal network using the new port and a path without the “/blueprint/servlet” prefix. For example: http://<hostname>:42181/internal/service/url for accessing the URL generation on the Live CAE.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.