Enabling Push Notifications in My webMethods Server
You can enable or disable My webMethods Server to send push notifications for mobile applications by editing the phaseProvider.xml configuration file.
To enable My webMethods Server to send push notifications
1. Execute the getconfig command to retrieve the phaseProvider.xml configuration file from the My webMethods Server database.
2. Open the phaseProvider.xml file in a text editor.
3. Locate the phase named MobileNotification, an set the enabled property to true, for example:
<PhaseInfo name="MobileNotification" enabled="true"
class="com.webmethods.caf.mobile.notify.impl.MobileNotificationProvider"
configFile="config:/mobileNotificationProvider.xml"/>
To enable a node in a
My webMethods Server cluster for mobile push notifications, the node must support the
notification cluster role. For more information, see
Cluster Roles.