Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a note that -DSetup option has been deprecated

...

Code Block
sh wso2server.sh -Dsetup

Multiexcerpt include
MultiExcerptNameDsetup-dep
PageWithExcerptChanging to Embedded Derby

The Governance Registry server is now running with all required user manager and registry tables for the server also created in ‘registrydb’ database.

...

Code Block
languagehtml/xml
<mount path="/_system/config" overwrite="true">
    <instanceId>instanceid</instanceId>
    <targetPath>/_system/nodes<config</targetPath>
</mount>
<mount path="/_system/governance" overwrite="true">
    <instanceId>instanceid</instanceId>
    <targetPath>/_system/governance</targetPath>
</mount>
  • mount path : Registry collection of Carbon server instance that needs to be mounted
  • mount overwrite : Defines if an existing collection/resource at the given path should be overwritten or not. Possible vales are:
    • true - The existing collection/resource in the specified location will always be deleted and overwritten with the resource/s in the remote registry instance. 
    • false - The resource/s will not be overwritten. An error will be logged if a resource exists at the existing location.
    • virtual - If the existing location has a resource/collection, it will be preserved but virtual view of the remote registry resource/s can be viewed. The original resource/collection can be viewed once the remote registry configuration is removed.
  • target path : Path to the remote Governance Registry instance where the registry collection is mounted. In each of the mounting configurations, we specify the actual mount path and target mount path. The targetPath can be any meaningful name.

Configuring axis2.xml file

...