Features and functionalities:
The administration view provide several features, splintered into five tabs:
- The first for current server endpoints.
- The second for current server components.
- The third for current server service assemblies.
- The fourth for current server shared libraries.
Endpoints administrative tab
This tab contains a table where each recovered server endpoint is displayed. Each
row provide several informations on the current endpoint, like :
- The endpoint name
- The service name
- The interface name
- The component holder
- And a link to the associated wsdl file
Warning: If Petals ESB don't correctly send back the wsdl file, it's sometimes possible
that the link don't work.
If you have a lot of endpoints displayed, the table will automatically paginate the render, and
if you need to sort the rows for example by endpoint name, you only need to click on the column
title:
Information: Think to click on the "Refresh domain", if nothing endpoint is displayed or if you are sure that
one is missing into the table.
Components administrative tab
The main purpose of this tab is to give you access to several administrative features, for each
component present on the current server. But this tab also provides to you a lot of valuable
informations into a table, each row represent a component found for the current server and
display its component name (example: petals-se-rmi, petals-bc-soap, ...), its component type
(binding component, service engine) and an interesting information the component state that
can serve as a sorting filter in the table rendering.
Each table columns allow to perform different action on the associated component of the row:
The toolbar associated to the table allows you to perform the previous action,
but for all selected component thank to checkbox associated to the row:
Warning: Only one action is performed for all components instead if you
haven't selected them:
It allows you to clear the current server by removing all components (and
associated service assemblies on each), installers and bootstraps ...
As its name indicates, this action aims to clean up the current server.
The following gray icons mean, that associated component isn't in state
condition to perform the following action:
For example: For the stop icon becomes coloured, the associated component must be in start state
Shared libraries administrative tab
This tab contains administrative management for all shared libraries of the current server. The table
contained into this view display each recovered shared library. Although, unless actions are
possible on the shared libraries, some still available like: install, uninstall
For associated informations, only shared library name is displayed:
: provides the same action as for component, but applied to shared libraries.
Following this action all shared libraries on the current server should be uninstalled.
Service assemblies tab
This administrative view tab allows to display several informations about recovered service assemblies
on the current selected server. Thank to this tab you can perform several interactions on each deployed
service assembly, actions here are the same that the components tab.
Several informations like service assembly name or the current service assembly state are displayed.
Each table columns allow to perform different action on the associated service assembly of the row:
: provides the same action as for component, but applied to service assemblies.
Following this action all service assemblies on the current server should be uninstalled
and unloaded.
Attributes configuration during component installation
If the installation correctly work the deployed artefact is displayed, but if isn't
correctly installed a error message you are returned. Two installation result behaviours
are different for component and service assembly, during the component installation
you can set installation component attributes thank to the following form:
Certain attributes are common for all components like: acceptorPoolSize, processorPoolSize, notifications ...
But several attributes are very specific on each component, example : httpHostName, httpPort, httpAcceptors ...
are only linked to the petals-bc-soap component installation.
Runtime features
Two runtime features are provided thank to these following icon into component table:
: allows to modify runtime component attributes for the specified component.
For the feature that allows to modify the runtime component attributes, the
following form is dynamically generated in order to display each attributes
discovered for the current component:
Information: We advise you to refer to component documentation to know the
meaning of each attributes.