Managing SAP Mobile Platform Server Features

Features are groups of individual bundles (also known as Eclipse plugins) and static resources that together form an installable function or set of functions. The SAP Mobile Platform Server installs with a default set of features enabled. To keep the server lightweight and easy to manage, optional features are installed but not enabled. You can enable optional features as required for your environment.

Custom features are assembled by server customization teams and development teams to provide extra server capabilities. To integrate custom features into the SAP Mobile Platform Server, you must identify the repository containing the custom features and then enable the custom features you require.

Enabling Optional Mobiliser Features

Enable the optional Mobiliser features installed with SAP Mobile Platform Server .

Note: Enabling Mobiliser features can take anywhere between a few seconds and a few minutes, depending on the contents of the feature.
Important: Before enabling Mobiliser features, you must configure the SAP Mobile Platform Server custom database to support Mobiliser applications. For informaton on configuring custom databases for Mobiliser, see Installation: SAP Mobile Platform Server .
  1. In the Management Cockpit, select the SETTINGS tab, then select FEATURES.
  2. In the Available Features list, select the Mobiliser features that you want to enable.
Feature Name Enables Description
com.sap.mobile.platform.server. build.feature.mobiliser.feature.group Mobiliser services

The services required to run Mobiliser Mobile Web and Mobiliser Web Portal using SAP Mobile Platform Server.

You cannot use the Management Cockpit until the feature is completely enabled. Once the feature is completely enabled, you must close the browser window and restart the Management Cockpit .

com.sap.mobile.platform.server. build.feature.mobiliser.web.mobile.feature.group Mobiliser Mobile Web A sample consumer web application. Mobile Web accesses Mobiliser services through the SAP Mobile Platform Server.
com.sap.mobile.platform.server. build.feature.mobiliser.web.portal.feature.group Mobiliser Web Portal User interface portals that provide consumer and administrative access to Mobiliser services. The Web Portal accesses Mobiliser services through the SAP Mobile Platform Server.
com.sap.mobile.platform.server.build.feature.mobiliser.odc On Device Charging (ODC) The services required to store sensitive data on a smartphone that can interact with external systems through near-field communication.
After enabling Mobiliser features, perform the necessary Mobiliser setup.

You can customize the Mobiliser Web Portal templates. For more information on customization, see Application Services (Mobiliser) Portal Templates.

Enabling Custom Development Features

To enable custom features for SAP Mobile Platform Server, you must first identify the feature repository. A feature repository (also known as an Eclipse update-site) is a Web or file location where features are stored. To integrate custom features with SAP Mobile Platform Server, the custom feature repository must be in a format that is understood by the Eclipse Equinox P2 provisioning process.

Warning!  Enabling custom features can have severe and unintended effects on your server. Before enabling a custom feature, make sure that it is fully supported and tested for your environment.
  1. In the Management Cockpit, select the SETTINGS tab, then select REPOSITORIES.
  2. Click New and enter the URL or file location of the remote or local site where the features are published.
  3. Click Save.
  4. After adding the repository, select FEATURES.

    The features in the repository appear in the Available Features list.

  5. Select the required features, click Enable, then click Yes on the confirmation dialog.
    Note: Enabling features can take anywhere between a few seconds and a few minutes, depending on the contents of the feature. If it takes longer than than 5 seconds, the operation continues in the background, and you must refresh the list to determine when the operation is complete.

Disabling SAP Mobile Platform Server Features

You can disable optional or custom features on the SAP Mobile Platform Server. You should disable features if you do not need them anymore. You should also disable all features in a repository before deleting it. If you do not disable features before deleting a repository, they are removed from the list of enabled features when you delete the repository.

Warning!  If you disable a feature that other features depend on, the dependent features will no longer work.
  1. In Management Cockpit, select the SETTINGS tab, then select FEATURES.
  2. In the Enabled Features list, select the feature or features that you want to disable.
  3. Click Disable.
    Note: Disabling features can take anywhere between a few seconds and a few minutes, depending on the contents of the feature.

Deleting a Custom Feature Repository

In the current release, if you need an updated version of custom features, you must delete the custom feature repository, add it again, and then re-enable the required custom features. You may also want to delete a repository if you no longer need it, or if its location has changed.

Note: Once you delete a repository, you cannot enable or disable any of its features. Disable all features in the repository before you delete it.
  1. In the Management Cockpit, select the SETTINGS tab, then select REPOSITORIES.
  2. Select the respository to remove and click Delete.
Related reference
Mobiliser Setup