Follow the instructions below to add a new server role.
1. Log on to the product's Management Console and select Server Roles from the Configure menu.
For example,
2. The Server Roles page appears. Click on the Add New Server Role link.
3. The Add Custom Server Role window appears. Fill in the Role Name field and click the Add button.
Info | ||
---|---|---|
| ||
You can add any textual name as a server role without special characters except underscore. |
4. The new server role is added and displayed in the server roles list.
5. A server role can be deleted by clicking the Delete link associated with it.
6. Accept the confirmation.
Info | ||
---|---|---|
| ||
You can't undo deletion once performed. |
...
title | Note |
---|
...
The steps below show how to use WSO2 Developer Studio to develop individual artifacts and export them as a single C-App artifact. You can then deploy the C-App on a WSO2 product instance that has C-App deployment capability. You use this method to move the configurations of your server from one environment to another.
- See User Guide in the WSO2 Developer Studio documentation to create various artifacts.
- See Packaging Artifacts into Deployable Archives in the WSO2 Developer Studio documentation to export the C-App as a Carbon Application Archive (CAR) file.
Next, you can upload the CAR file into your new product instance. - Log in to the product's management console and select Add menu under the Applications menu.
Select your CAR file and click Upload.
Info - The CAR files you deploy this way are dropped to
<PRODUCT_HOME>/repository/carbonapps/{tenant-ID}
folder where{tenant-ID}
is 0 in a single-tenanted environment. 0 is the super tenant ID. - As an alternative to using the management console, you can copy the CAR archive into
<PRODUCT_HOME>/repository/carbonapps/{tenant-ID}
manually and it will be deployed. - Manual deployment in a multi-tenanted environment is not recommended if you are unaware of the
{tenant-ID}
.
- The CAR files you deploy this way are dropped to
If successfully deployed, the C-App will be listed on the Applications List window. For example,
If the Carbon application does not have artifacts that are applicable to the particular product you are using, nothing will be listed on this window.