Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Installation Steps : Installing TIBCO ActiveSpaces Monitoring and Management

Installing TIBCO ActiveSpaces Monitoring and Management
TIBCO ActiveSpaces Monitoring and Management (ASMM) is a GUI that allows you to perform many of the functions provided by the ActiveSpaces admin CLI, and which also allows you to view statistics about space members and browse space data.
The ASMM software is automatically installed when you install TIBCO ActiveSpaces. By default, ASMM is installed in the following directory:
C:\tibco\as\2.1\asmm
Required Environment Variables
TIBCO ASMM requires setting the path to the Java lib directory.
Running TIBCO ActiveSpaces Monitoring and Management
For information on starting and using TIBCO ActiveSpaces Monitoring and Management, see the TIBCO ActiveSpaces Administration document.
Disabling the ASMM Space Browser
By default, the Utilities menu and the space browser are enabled for ASMM. If you want to disable the ASMM Utilities menu and the space browser, do the following.
1.
%AS_HOME%\2.1\asmm\war>
2.
Locate the clientconfig.xml file.
The clientconfig.xml file contains the following XML:
<?xml version="1.0" encoding="UTF-8"?>
<asmmconfig>
<!-- How much time (ms) between client update requests -->
<ClientUpdateInterval>5000</ClientUpdateInterval>
 
<!-- Set of Metaspaces to connect to upon opening ActiveSpaces Monitoring and Management console -->
<StartupMetaspaces>
</StartupMetaspaces>
 
<!-- Enable/Disable space browser utilities -->
<EnableSpaceBrowser>true</EnableSpaceBrowser>
3.
<EnableSpaceBrowser>true</EnableSpaceBrowser>
4.
Change true to false.
<EnableSpaceBrowser>false</EnableSpaceBrowser>
5.
6.
The Utilities menu and the space browser are now disabled.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved