Versions Compared

Key

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

The manual way of provisioning Carbon is dropping to add the bundles and configuration files that belong to a feature in to the product directory. This method is not recommended since it can cause errors. Besides, finding the exact set of components and configurating configuration files is a complex task. Components have inter-dependencies with other components. Some components depend on specific versions of other components.

In order to overcome these issues, WSO2 has Equinox P2 integrated with Carbon. It enables user-friendly provisioning capabilities by allowing users to download WSO2 Carbon or any other WSO2 product and simply extend them by installing various features. 

Note

If you are on Windows, be sure to point the -Dcarbon.home property in the product's startup script (wso2server.bat) to the product's distribution home (e.g., -Dcarbon.home=C:\Users\VM\Desktop\wso2as-5.2.1). Then, restart the server. If not, you might not be able to install features through the management console.

Follow the instructions below to install new features to any product of the WSO2 products stack.1.

  1. Log

...

  1. in to the product's

...

For example,

Feature managementImage Removed

2. The "Feature Management" page opens. 

...

  1. management console and click Features in the Configure menu as shown below.
    Feature managementImage Added
  2. The Feature Management screen opens. The Available Features tab allows you to search for available features in repositories. You can select a repository from the drop-down

...

  1. list. If there is no added repository,

...

  1. see the instructions on how to add a new repository.
    Feature managementImage Modified
    The following options can be selected

...

  1. :
    • Show only the latest versions

...

    • : Some repositories contain multiple versions of features. If you are only interested in the latest versions, click

...

    • Show only the latest versions

...

    • .
    • Group features by category

...

    • : A feature category is a logical grouping of the features which constitute a particular Carbon-based product. The

...

    • Group

...

    • Features by

...

    • Category option enables you to easily view and select the entire list of features of a particular product at once. For example, the features required to install WSO2 Data Services Server is grouped under the 'Data Service Server' feature category as shown below.
      Group featuresImage Modified 
      If you

...

    • clear these check boxes when finding features, you will see an uncategorized, flat feature list from which, individual features can be selected separately.

...

  1. Once the repository and options are selected, click

...

  1. Find Features

...

  1. . You will see a list of all

...

  1. features. Select the ones you want to add them by

...

  1. selecting the check

...

  1. boxes.

    Info
    titleTip

    To find a particular feature, you can use the search function. Enter the name of a feature (or a part of the name) and

...

  1. clickEnter

...

  1. .  Image Modified

    This search will return only

...

  1. the available features, excluding the ones already installed.

...

  1. Once done, click

...

  1. Install

...

  1. .
    Install featuresImage Modified

...

  1. The

...

  1. Install Details

...

  1.  screen appears. Verify the provided information and click

...

  1. Next

...

  1. .
    Feature-installation-detailsImage Modified

...

  1. Read and accept the terms of license agreement.
    Accept licenseImage Modified

...

  1. The installation process starts. It may take a few minutes to download the necessary components.

...

  1.  Once the installation process is complete, click

...

  1. Finish

...

  1.  and restart the server for the changes to take effect.
    Installation completeImage Modified

...

  1. You can see the functionality added by new features in the

...

  1. management console. For example, the

...

  1. Databases menu appears on the navigator when the Admin Console

...

  1. feature is installed.
    WSO2 databasesImage Modified

...

  1. View Feature Information

...

  1. : When features of a repository are loaded, you can install them or view the details of particular ones. To view the details, click

...

  1. the More Info

...

  1.  link associated with each feature as shown below.

...


  1. More informationImage Modified
    When the link is

...

  1. selected, the

...

  1. Feature Information

...

  1.  screen appears, with the following information:

...

  • Name
  • Identifier
  • Version
  • Provider
  • Description
  • Copyright
  • License Agreement

...

  1.  Name, Identifier, Version, Provider, Description, Copyright, License Agreement. 
  2. Once you are familiar with the information click Back to load the previous page.

...


  1. Feature informationImage Modified

...

Excerpt
hiddentrue

Information on provisioning WSO2 Carbon through features management.