Displays all of the details about a profile and lets you edit them.
The top of the page shows the basic information about the profile:
The rest of the page is used to display the contents of the profile. It is broken into four tabs:
A feature is a collection of bundles, configuration, and other artifacts that can be installed as a single entity. They are specified using an XML file and are typically stored in a Maven repository.
A feature is specified by an ID and a version using the syntax:
id-string/version
To add a new feature:
To delete a feature from the profile click the X to the left of the feature's name.
Bundles are a library of artifacts that are deployed into a container. There are two types of bundles that can be added to a container:
To add a new bundle:
To delete a bundle from the profile click the X to the left of the bundle's name.
To add a new repository:
To delete a repository from the profile click the X to the left of the repository's URL.
Config files are text files that configure some portion of the container's runtime or one of the services deployed into the container.
To add a new configuration file:
Important - If the config file is not named properly the container may not load it.
To edit a configuration file:
Important - The console does not validate the configuration file.
To delete a configuration file from the profile click the X to the left of the config file's name.