Previous Topic

Next Topic

Book Contents

Book Index

Management via Web Console

Accessing Configurations

To access a configuration:

  1. Install and start the ConfigTree Servlet Bundle and the ConfigTree Plugin for Web Console Bundle.
  2. Log into the Working with web console.
  3. Select the Config Tree tab from System menu.
  4. From the drop down menu that contains all configurations, choose the one you are interested in.

The Config Tree administration features are divided in two sections:

Editing Configurations

Examining Configuration Nodes

To examine the configuration properties of a node:

  1. Find the node by browsing the configuration tree on the left side of the ConfigTree tab.
  2. Select it by clicking on it.

You will see its configuration properties on the right side.

Adding/Editing Node Properties

Once you have selected a node, you can edit its configuration properties and add new ones.

Click to save your progress.

If your property should not be interpreted as string be sure to change its data type from the Type column.

Adding/Editing Map Property

Properties of type Map are added in a different way than other properties.

To add a new property of type Map to a node:

  1. Select the node.
  2. Click the icon. The map property is visualized as a separate node.
  3. Select the property-node you have just created and click Add Property to add a new key-value pair to the map.

Click to save your progress.

Adding a New Node

To add a new node to a configuration:

  1. Select an existing node to which the new one should be appended.
  2. Click the icon. The new node will be created. You can change its name by double clicking on it.

Click to save your progress.

Deleting a Node

To delete a node select it and click the icon.

Importing and Exporting

You can export (save) ConfigTree configurations and individual configuration nodes as binary or XML files. You can also import (load) previously exported configurations from files.

Importing/Exporting Single Configuration Nodes

You can import and export individual configuration nodes.

  1. Open the drop down menu located on the left-hand side of the ConfigTree tab and select the configuration you want to export nodes from, or import them to.
  2. If you are performing an export, select the node you want to save. If you are performing an import, select the node to which the loaded node should be appended as its child.
  3. Click Import Config Node or Export Config Node. If you chose the former, specify the file from which configurations should be loaded.

Importing/Exporting Several Configurations from/to ZIP File

You can export all or several configurations at once:

  1. Open the drop down menu located on the left-hand side of the ConfigTree tab and select --- All ---.
  2. Click Import Zip or Export Zip .
  3. From the Format drop down menu, choose the file format that the configurations will be exported to/imported from.
  4. By default all configurations from the system will be imported/exported. If you don't want that, uncheck the All checkbox and select the ones you do like to import/export.
  5. If you chose the Import Zip option, specify the file from which configurations to be loaded.
  6. Click the Import or Export button at the bottom of the window.