Deployment Manual / Version 2107
Table Of ContentsThe Deployment Archive allows a simple setup where all services are installed on the same single server instance. To prevent port conflicts each CoreMedia Spring Boot application is therefore configured with a unique set of ports. To keep the port range small, the complete port is built upon a three digit prefix representing the service and a two digit suffix representing the interface. To keep it simple the port prefixes are ascending according to the correct starting order.
Note
CoreMedia recommends staying with our default configuration based on our recommended port conventions.
Component Name | Port Prefix |
---|---|
Solr Search Engine | 400 |
Content Management Server | 401 |
Master Live Server | 402 |
Workflow Server | 403 |
Content Feeder | 404 |
User Changes | 405 |
Elastic Worker | 406 |
CAE Feeder Preview | 407 |
CAE Feeder Live | 408 |
CAE Preview | 409 |
Studio REST Server | 410 |
Headless Server Preview | 411 |
Headless Server Live | 412 |
Replication Live Server | 420 |
CAE Live | 421 |
Commerce Adapter Salesforce Commerce Cloud | 441 |
Commerce Adapter SAP Hybris | 442 |
Commerce Adapter IBM WCS | 443 |
Table 2.4. Component Port Prefix
Note
Remember, that if you install more than one live CAE on a node using the Chef
instances
attribute, the last digit of the port prefix will be the instance
number.
Protocol / Service | Port Suffix |
---|---|
CORBA | 83 |
HTTP | 80 |
HTTP Management | 81 |
gRPC | 65 |
Tomcat JMX Registry Port (RMI) | 99 |
Tomcat JMX Server Port (RMI) | 98 |
Table 2.5. Protocol / Service Port Suffix
Note
Your ports should not overlap with the default ephemeral port range on
your operation systems. You can decrease the ephemeral port range with the cost of not
optimizing your TCP/IP stack. This port schema does not overlap with the ephemeral port
range so there is no need to adjust the range. However, if you need to decrease the ephemeral
port range. In the blueprint-base::default
recipe, the Chef inbuild
sysctl
resource is being used to decrease the ephemeral port range to start
at 45000
.