Secure JMX connections to Liberty profile
The Server Configuration Tool and the Ant tasks will generate a default secure JMX connection, including a self-signed certificate, for us.
To verify the rest-connector feature is available in Liberty...
cd $LIBERTY_INSTALL/bin/productInfo
./featureInfo
Output should contain: restConnector-1.0.
See also
Parent topic: Configuration of the application server