...
Info |
---|
This is the most recommended way to configure your server roles. |
Using Carbon XML
...
configuration
In the $GREG_HOME/repository/conf/carbon.xml
file, you can find the following element.
Code Block |
---|
<ServerRoles> <Role>ApplicationServer<<Role>GovernanceRegistry</Role> </ServerRoles> |
You can set multiple role elements here to specify the roles acted by the current server.
...
Info |
---|
Once you use the Server Roles UI to configure your Server Roles, you cannot change that configuration using other two methods because when you use the UI, the Server Roles will be stored in the Registry registry and after that, the values in Registry are given priority over the values set using other two methods. |
...