com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Domain Mapping Resource Definition

A sample domain mapping definition, together with information on all the properties that can be added in a domain mapping definition JSON are as follows:

 

Sample domain mapping definition JSON

The following are sample configurations that can be used in a JSON to define domain mapping for a deployed application:

{
  "domainMappings": [
    {
      "cartridgeAlias": "tomcat",
      "domainName": "abc.com",
      "contextPath": "/abc/app"
    }
  ]
}

Property definitions

All the properties that correspond to the domain mapping resource are explained as follows: 

  • W = Writable
  • R = Readable
  • U = Updatable
  • M = Mandatory (Required)
  • DV = Default Value
PropertyWRUDescriptionMDVData
Type 
Example

cartridgeAlias

√√ Alias of the cartridgeYesN/AStringtomcat
domainName
√√ Domain name of the application URLYesN/AStringabc.com
contextPath
√√ Context path of the application URLYesN/AString/abc/app
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.