Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Optional attributes defined as context-params with the following syntax :

Code Block

<context-param>
   <param-name>param</param-name>
   <param-value>value</param-value>
</context-param>

domainURI: defines the URI to be used for the domain, default the servletContextPath
contrabutionLocation: defines the location of the contribution, default "."
deployableComposites: defines comma separated list of composites, default to all composite files on the web app

...