For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.
Configure JMX connection for WebSphere Application Server Liberty profile
You must configure a secure JMX connection for Liberty profile.
Procedure
MobileFirst Server requires the secure JMX connection to be configured.
- The Server Configuration Tool and the Ant tasks can configure a default secure JMX connection, which includes the generation of a self-signed SSL certificate with a validity period of 365 days. This configuration is not intended for production use.
- To configure the secure JMX connection for production use, follow the instructions as described in Configure secure JMX connection to the Liberty profile.
- The rest-connector is available for WebSphere® Application Server, Liberty Core, and other editions of Liberty, but it is possible to package a Liberty server with a subset of the available features. To verify that the rest-connector feature is available in your installation of Liberty, enter the following command:
liberty_install_dir/bin/productInfo featureInfo
Note: Verify that the output of this command contains restConnector-1.0.
Parent topic: WebSphere Application Server Liberty prerequisites