Changing the application-server context for SAS® Risk Scenario Manager


SAS Risk Scenario Manager uses the SASApp application-server context, by default. If you want to change to a different application-server context, follow these steps:

  1. On your middle-tier server, stop SASServer11_1.
  2. Back up the app-config.xml file that resides in the SAS-configuration-directory/LevN/Web/WebAppServer/SASServer11_1/ sas_webapps/sas.riskscenarionmanager.war/WEB-INF/spring-config directory.
  3. In the app-config.xml file, locate the following section:

<bean id="configurationResolver" class="com.sas.risk.common.config.DefaultConfigurationResolver">
   <property name="configurationService" ref="svcs.configurationService" />
   <property name="midTierSoftwareComponentName" value="...." />


4. For the highlighted property element that is shown above, change the value for VALUE= to the following:

<property name="midTierSoftwareComponentName" value="Risk Scenario Manager" />


5. Save the file and restart SASServer11_1.

6. Launch SAS® Management Console.

7. On the Plug-ins tab, select Application Management ► Configuration Manager ► SAS Application Infrastructure. Then, right-click Risk Scenario Manager and select Properties.
 

8. On the Advanced tab in the properties dialog box, add the property name risk.server.context.

9. Set the property value to the application-server context that you want to use (for example, SASAppRisk).

10. Log off from the SAS Risk Scenario Manager web application, and then log on again. Once you do that, the new application-server context is applied.