I can install the javaMail-1.5 feature fine using the following command "installUtility install javaMail-1.5" on my running liberty server and following the prompts.
However according to the liberty documentation I should be able to install it by adding the following to my server.xml config in the featureManager tag: javaMail-1.5
This doesn't work and I see the following error in the server startup logs: [11/30/16 1:22:43:342 UTC] 00000021 id= com.ibm.ws.kernel.feature.internal.FeatureManager E CWWKF0042E: A feature definition cannot be found for the javamail-1.5 feature. Try running the command, bin/installUtility install javamail-1.5, to install the feature. Alternatively, you can run the command, bin/installUtility install authentication, to install all features that are referenced by this configuration.
My server details are as below:
product = WebSphere Application Server 16.0.0.3 (wlp-1.0.14.cl160320160831-1555)
java.version = 1.8.0 java.runtime = Java(TM) SE Runtime Environment (pxa6480sr3fp20-20161019_02 (SR3 FP20))
Does anyone have any idea why this doesn't work?