Blue Steel Theme Post-Install
Generate the SAS Web Application Theme
First you must generate the theme with default styles. The executable takes one parameter, which is the name of the theme. In this case, name the theme bluesteel.
Run the following command:
SAS_CONFIG\Lev1\Web\Utilities\SASThemeExtensions\NewTheme.bat bluesteel
Rebuild SAS Web Application Theme EAR File
To rebuild the EAR file for SAS Web Applications Themes and register your themes in metadata:
- Make sure that the SAS Metadata Server is running.
- Start the SAS Deployment Manager (SASHOME\SASDeploymentManager\9.3\sasdm.exe)
- Select Rebuild Web Applications and click Next.
- Enter the user ID and password for an unrestricted administrative user (for example, sasadm@saspw) on the Specify Connection Information page. Click Next.
- Select the check boxes for the Web applications that you want to rebuild (SAS Themes) and click Next.
- Review the Summary page and click Start. The SAS Deployment Manager builds the EAR files for the selected applications.
The new ear will be built in two locations.
- SAS_CONFIG\Lev1\Web\Staging
- SAS_CONFIG\Lev1\Web\Staging\exploded
Redeploy the SAS Web Application Themes
- Shutdown your web server. Typically SAS themes are deployed on SASServer1.
- Backup your current theme EAR file and move it outside of your web server directory.
- Copy all of the rebuilt files from SAS_CONFIG\Lev1\Web\Staging\exploded directory to your WEB_SERVER_DIRECTORY\*\SASServer1\deploy_sas directory.
- Unzip the sas.themes.bluesteel.zip file to WEB_SERVER_DIRECTORY\*\SASServer1\deploy_sas\sas.themes.ear. This will override all the default theme .css files with the blue steel theme files that
are shipped as a standalone theme.
- Restart your web server.
Change the Theme
- Log into SAS Enterprise GRC.
- Click on the Preferences link.
- Under General > General > User theme, select Blue Steel.
- Click OK
- Log off and log back in to see the theme take effect.