SAS Institute. The Power to Know

SAS(R) 9.2 Intelligence Platform: Web Application Administration Guide, Second Edition

Previous Page | Next Page

Administering the SAS Web Infrastructure Platform

Using Configuration Manager


Overview of Configuration Manager

Configuration Manager is a plug-in available in SAS Management Console. Using the Configuration Manager, you can perform various administrative tasks such configuring properties and values and specifying settings for the SAS Web applications.

Configuration Manager offers a consistent interface to set properties for all SAS Web applications. Each SAS Web application has its own properties window with tabs. For example, the following display shows the Settings tab of the Web Report Studio 4.2 Properties dialog box.

Settings Tab for SAS Web Report Studio Properties

[Web Report Studio Properties dialog box]

Here is a brief description of the five tabs available in the properties dialog box associated with a SAS application:

Note:   For more information about using these tabs, see the online Help for the Configuration Manager plug-in in SAS Management Console.  [cautionend]

  • The General tab provides basic information about the application.

  • The Connection tab enables you to modify the parameters for connections to SAS Web applications. For more information, see Specifying Connection Parameters for HTTP and HTTPS Sessions.

  • The Settings tab offers default values for settings that can be modified. For modifying values in the Settings tab, and to understand how the lock and unlock icons function, see Setting Global Properties for SAS Applications Using SAS Application Infrastructure Properties.

  • The Advanced tab includes a limited number of default property names and values. You can modify existing properties and their values, or add custom properties and values for SAS Web applications.

  • The Authorization tab enables you to specify permissions for users and groups and apply Access Control Templates.

Although certain .XML configuration files (for example, LocalProperties.xml file for SAS Web Report Studio) are available and supported for SAS Web applications, it is recommended that you use the Configuration Manager to configure and set properties.


Summary of Steps for Using Configuration Manager

Here are the main steps for using Configuration Manager:

  1. To access Configuration Manager, in SAS Management Console, navigate to Plug-ins [arrow] Application Management [arrow] Configuration Manager.

  2. To access the properties for an application, right-click the application's node and select Properties.

  3. Add or modify properties as needed. You might need to unlock particular properties before you can change them. See Setting Global Properties for SAS Applications Using SAS Application Infrastructure Properties.

  4. Changes to properties do not take effect immediately on the run-time system. To apply these changes, you must perform one of the following tasks:

    • Stop and then restart the Web applications whose properties you changed.

    • Use the application's JMX management bean to reload the configuration (if the application supports JMX beans). For more information about JMX, see Using JMX Tools to Manage SAS Resources.

    • Alternatively, stop and then restart SAS Services Application and the Web application server.


Example: Configure a Property for SAS Web Report Studio

Suppose that you want to add the property, wrs.pfs.logPropertiesAsWarn for SAS Web Report Studio, and specify the value to be true for this property. To configure this property and its value, follow these steps:

  1. Log on to SAS Management Console.

  2. In SAS Management Console, navigate to Plug-ins [arrow] Application Management [arrow] Configuration Manager [arrow] Web Report Studio 4.2. Right-click and select Properties to display the Web Report Studio 4.2 Properties window.

  3. Click on the Advanced Tab.

  4. Click Add to display the Define New Property window.

  5. Enter the property name as shown and specify the property value:

    Property Name: wrs.pfs.logPropertiesAsWarn

    Property Value: true

  6. Click OK to exit the Define New Property window.

  7. Click OK to exit the Web Report Studio 4.2 Properties window.

Changes to properties do not take effect immediately on the run-time system. For details, see Summary of Steps for Using Configuration Manager.

The following display shows the property name, wrs.pfs.logPropertiesAsWarn, and its property value specified on the Advanced tab.

Advanced Tab for SAS Web Report Studio Properties

[Advanced tab]

For more information about the properties and values that apply to SAS Web Report Studio 4.2, see Configuring SAS Web Report Studio.

Previous Page | Next Page | Top of Page