Plugin:org.tolven.jbossmgr

From DOC

Jump to: navigation, search

Contents

Overview

Command Line

Test connections from admin to JBoss

tpf -plugin org.tolven.jbossmgr -testAdminAppServer

JBoss Manager GUI

Standalone GUI

tpf -plugin org.tolven.jbossmgr -gui

Component Of Configuration Manager GUI

GUI components like this one can be a component of a parent GUI. To make this plugin's GUI a child of org.tolven.configurationmgr, ensure that the following property appears in this plugin's entry in the <config-dir>/plugins.xml:

<plugin id="org.tolven.jbossmgr">
	<root />
	<property name="guiComponentParentId" value="org.tolven.configurationmgr" />
</plugin>

org.tolven.configurationmgr must also be in the <config-dir>/plugins.xml as a <root> plugin, so that it can be referenced. The sort order id is: org.tolven.jbossmgr_jboss

Version Notes

Version 0.0.3

  1. Clarified output messages for the tests
  2. Also writes messages to the tolven.log as well as stdout

Version 0.0.2

  1. 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

GUI for testing JBoss connection

Personal tools