CentraSite 10.3 | CentraSite Developer's Guide | Access Using UDDI | Configuring the UDDI Environment | Configuration Properties
 
Configuration Properties
In CentraSite the UDDI registry reflects its behavior in terms of JAXR objects stored in the CentraSite Registry or Repository. This representation can be used to parameterize the behavior.
The behavior of the UDDI processing in CentraSite can be configured using global and local properties.
UDDI in a Multi-CAST Environment
CentraSite supports a multi-CAST (CentraSite Application Server Tier) UDDI registry environment. In this environment, multiple CASTs are running against a single CentraSite Registry or Repository. Each CAST comes with its own UDDI Registry web application. In addition, several pure JAXR-based clients interact with the Registry or Repository.
In such an environment the Registry or Repository represents a single UDDI registry node, albeit multiple UDDI Registries are involved. Each UDDI Registry provides its own endpoints for the UDDI services. Due to the multi-CAST scenario, two different sets of properties are needed:
*Local properties, which specify the behavior of a single UDDI web application. Local properties can be used to change the behavior of the web applications independently.
*Global properties, which specify the global behavior of the UDDI registry. Global properties cannot be changed separately for each UDDI registry.
CAST Registration and Deregistration
You can manage CASTs through the CentraSite Command Line Interface. However, you must have the CentraSite Administrator role.
Retrieving List of Available CASTs
Pre-requisites:
CentraSite provides a command tool named list CAST for this purpose.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd list CAST [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD>
The input parameters are:
Parameter
Description
CENTRASITE-URL
(Optional). The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite.
USER-ID
The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator.
PASSWORD
The password for the registered CentraSite user identified by the parameter USER-ID.
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd list CAST -url http://localhost:53307/CentraSite/CentraSite -user AdminUser -password AdminPass
The response to this command could be:
Executing the command : list CAST

Successfully executed the command : list CAST
Registering a CAST
Pre-requisites:
CentraSite provides a command tool named add CAST for this purpose.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd add CAST [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD>
The input parameters are:
Parameter
Description
CENTRASITE-URL
(Optional). The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite.
USER-ID
The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator.
PASSWORD
The password for the registered CentraSite user identified by the parameter USER-ID.
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd add CAST -url "http://localhost:53307/CentraSite/CentraSite" -user "AdminUser" -password "AdminPass"
The response to this command could be:
Executing the command : add CAST

Successfully executed the command : add CAST
De-registering a CAST
Pre-requisites:
CentraSite provides a command tool named remove CAST for this purpose.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd remove CAST [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD>
The input parameters are:
Parameter
Description
CENTRASITE-URL
(Optional). The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite.
USER-ID
The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator.
PASSWORD
The password for the registered CentraSite user identified by the parameter USER-ID.
Example:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd remove CAST -url http://localhost:53307/CentraSite/CentraSite -user AdminUser -password AdminPass
The response to this command could be:
Executing the command : remove CAST

Successfully executed the command : remove CAST