Plugin:org.tolven.configurationmgr
From DOC
Contents |
Overview
Command Line
For convenience a script has been created to open the Configuration Manager:
On Windows:
cm
On Linux:
./cm.sh
Configuration Manager GUI
Configuration Of Contained Components
Adding components to the Configuration Manager is based on identifying plugins which provide GUI Plugins. As an example consider the plugin org.tolven.ldapmgr:
<plugin id="org.tolven.ldapmgr"> <root /> <property name="guiComponentParentId" value="org.tolven.configurationmgr" /> </plugin>
This says that the plugin org.tolven.ldapmgr will appear in the org.tolven.configurationmgr plugin GUI.
Contained Component Sort Order
The sort order is determined by the plugin Ids. In the case of the Configuration Manager, which is a tab-based GUI, the tabs would appear in the order given below:
<plugin id="org.tolven.configurationmgr"> <root /> <property name="component.sortOrder" value="org.tolven.ldapmgr,org.tolven.postgresqlmgr,org.tolven.jbossmgr,org.tolven.appservermgr" /> </plugin>
Version Notes
Version 0.0.2
- tolvenRemoteClient is now assembled during configPhase1, and placed in the public/download directory of the /Tolven context, where it can be automatically downloaded from the server via http to the installDir/remoteLib directory for use during the execution of configPhase3
Version 0.0.1
Replacement for org.tolven.command.gui.cm. The plugin now incorporates the Configuration Manager GUI.

