Plugin:org.tolven.appservermgr
From DOC
Contents |
Overview
Command Line
AppServer GUI
Configuration Of Contained Components
Adding components to the AppServer Manager is based on identifying plugins which provide GUI Plugins. As an example consider the plugin org.tolven.appserverproperties:
<plugin id="org.tolven.appserverproperties"> <root /> <property name="guiComponentParentId" value="org.tolven.appservermgr" /> </plugin>
This says that the plugin org.tolven.appserverproperties will appear in the org.tolven.appservermgr plugin GUI.
Contained Component Sort Order
The sort order is determined by the plugin Ids. In the case of the AppServer Manager, which is a tab-based GUI, the tabs would appear in the order given below:
<plugin id="org.tolven.appservermgr">
<root />
<property name="guiComponentParentId" value="org.tolven.configurationmgr" />
<property name="component.sortOrder" value="org.tolven.appserverproperties,org.tolven.passwordrecovery" />
</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
A GUI manager for plugins which operate against a running application server

