Admin Manual | ![]() |
Scope and Purpose | ||
This is the admin guide for ControlTier Workbench. It covers information about adminstrative tasks to install and configure the Workbench software.
The Admin guide is organized into several sections:
- Getting Started: Information on planning, system architecture.
- Installation: How to install the Workbench software.
- Configuration: How to configure the Workbench software.
- Operation: How to stop and start Workbench.
- Troubleshooting: Tips on solving common problems.
Conventions | ||
Constant width typeface is used to denote code and shell commands. Bold constant width is used in some code listings to highlight important or changed sections.
Unless specifically targeted towards a specific operating system family like Win32 (Windows XP, Server 2003, etc) or unix (Solaris, Mac OS X, Linux, etc), operating system paths and environment varibles are represented in the unix style.
Note
The following is an example of a unix path being interpreted on Windows:
$CATALINA_BASE/itnav/WEB-INF/classes/bootstrap.properties
would be interpreted as
%CATALINA_BASE%\itnav\WEB-INF\classes\bootstrap.properties
$CATALINA_BASE/itnav/WEB-INF/classes/bootstrap.properties
would be interpreted as
%CATALINA_BASE%\itnav\WEB-INF\classes\bootstrap.properties


