Usage Note 37857: How to modify the banner title for the SAS Stored Process Web Application
How to modify the banner title for the SAS® Stored Process Web Application
You can change the default banner title (which is "Stored Processes")
for the SAS Stored Process Web Application by modifying the banner.jsp file.
Follow these steps to modify the banner.jsp file.
- If your storedprocess9.2.ear file is not unpacked, then
see
Usage Note 37052
about "Instructions for manually unpacking (exploding)
SAS® Web application .ear files".
- Modify the banner.jsp file. As an example, if you are running
the JBoss Application server on Windows, the path should be
similar to the following:
C:\jboss-4.2.0.GA\server\SASServer1\deploy_sas\sas.storedprocess9.2.ear\sas.storedprocess.war\jsp\banner.jsp
- In the banner.jsp file, modify the following line:
if (title != null) helper.setTitle(title);
Change the above line to the following:
helper.setTitle("Company XYZ Web Applications");
Where the new banner title is:
Company XYZ Web Applications
- Stop and restart your Application Web Server.
Operating System and Release Information
| SAS System | SAS Integration Technologies | Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS2M0 | |
| Microsoft Windows XP 64-bit Edition | 9.2 TS2M0 | |
| Microsoft® Windows® for x64 | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Standard Edition | 9.2 TS2M0 | |
| Microsoft Windows XP Professional | 9.2 TS2M0 | |
| Windows Vista | 9.2 TS2M0 | |
| 64-bit Enabled AIX | 9.2 TS2M0 | |
| 64-bit Enabled HP-UX | 9.2 TS2M0 | |
| 64-bit Enabled Solaris | 9.2 TS2M0 | |
| HP-UX IPF | 9.2 TS2M0 | |
| Linux | 9.2 TS2M0 | |
| Linux for x64 | 9.2 TS2M0 | |
| OpenVMS on HP Integrity | 9.2 TS2M0 | |
| Solaris for x64 | 9.2 TS2M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
You can change the default banner title (which is "Stored Processes") by modifying the "banner.jsp" file for the SAS Stored Process Web Application.
| Date Modified: | 2010-11-01 13:24:04 |
| Date Created: | 2009-11-17 10:12:38 |