Unknown macro: {next_previous_link3}
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 Page History

« Previous Version 3 Current »

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
  • No labels