Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developer Tools for Eclipse Liberty Profile automatically add features

Using IBM WebSphere Application Server Liberty Profile and Developer Tools for Eclipse plugin.

The plugin automatically adds needed features in the Server Configuration during deployment.

The first time deploying a given web application you are prompted to add the needed features and asked to remember this preference. Oops, clicked yes by mistake.

How can I stop the plugin from automatically adding features to my Server Configuration? (I have a user library and don't need the feature added to my server.)

Where is this preference stored?

Thanks

DeWayne

like image 963
fdlane Avatar asked Dec 30 '13 19:12

fdlane


People also ask

Which feature enablement helps in checking the health of liberty server?

The health management functions are enabled by two Liberty features, health manager and health analyzer.


1 Answers

Right click on the project for your application in the project or enterprise explorer view and select Properties. Expand Liberty Profile and select Required Features. From here you can control the preferences for each required feature for the project.

like image 191
Erin Avatar answered Sep 28 '22 16:09

Erin