How to change logo on RSA Mobile Administration console and Authentication page
Originally Published: 2003-09-19
Article Number
Applies To
Microsoft Windows 2000 Advanced Server SP3
Issue
Customer wants to customize the Login page and the Admin Page by changing the LOGO, adding the Company name, changing text
Resolution
(NOTE: An MS Word document with these instructions is also available from RSA Security Customer Support)
Instructions to Display Custom Logos within RSA Mobile Authentication and Administration.
These instructions enable an RSA Mobile customer to insert the corresponding business logo (as a GIF file). After following the instructions below, the Authentication screen presents the customer logo at the left of the page (there was no RSA Mobile logo there to begin with), and the administrative screens display the customer logo to the right of the RSA Mobile logo.
Suggested dimensions for the customer logo: height="47" width="200". Create a folder(directory) called /images folder at the local drive root (*** Very important ***) and place your logo file in it. For this document, we are calling our custom logo file mycompanylogo.gif and reference its location as images/mycompanylogo.gif.
A. Customization of the Login screen
File to be modified: Authenticate.jsp
a. Create a folder (directory) called \authentication folder at the local drive root (*** Very important ***)
b. Navigate into your RSA Mobile deployment directory into the following directory:
RSAMobile\rsaappserver\bea\wlserver\config\csfdomain\applications\.wlnotdelete_rsaappserver\DefaultWebApp#####\authentication\
c. Place a copy of Authenticate.jsp file in the \authentication folder you created and make a back up as Authenticate.jsp.ORIG
d. Open the Authenticate.jsp file
e. Search the file to find this section:
<h1 align="center" style="font-family: tahoma, verdana, geneva, arial, lucida, sans-serif;"><i18n:message key="AuthenticateHeader"/></h1>
<hr size="1" style="color: #6699CC" noshade>
f. Directly below this snippet, insert the following text (remove carriage returns) referencing your desired logo .GIF file (mycompanylogo.gif):
<! -- Custom Logo -->
<tr><td rowspan="2" height="47" width="*"><img src="images\mycompanylogo.gif" border="0"></td></tr>
g. Save and close this file
h. Make a copy of the following file:
RSAMobile\rsaappserver\bea\wlserver\config\csfdomain\applications\.wlnotdelete_rsaappserver\DefaultWebApp#####.war
and rename it as .ORIG
i. With WinZip, open the following file:
RSAMobile\rsaappserver\bea\wlserver\config\csfdomain\applications\.wlnotdelete_rsaappserver\DefaultWebApp#####.war
j. Select the file Authenticate.jsp within WinZip and under Actions, delete the file
k. Now under Actions, add your newly edited file, \authentication\Authenticate.jsp to the archive and make sure to check to include subfolders
l. Now under Actions, add your new logo file, \images\mycompanylogo.gif to the archive
m. Close the archive
n. Restart the server
o. Your logo should appear under the RSA Security Authentication title at the left of the page. Make minor adjustments to the .JSP file as needed.
NOTE: The suffix appended to this directory name is dependent per deployment, hence represented by ?#####?
B. Customization of the administration screens
Files to be modified: incMenuGen.jsp, i18n_en_us.properties
a. Create a folder(directory) called /jsp folder at the local drive root (*** Very important ***)
b. Navigate into your RSA Mobile deployment directory into the following directory:
RSAMobile\rsaappserver\bea\wlserver\config\csfdomain\applications\.wlnotdelete_rsaappserver\rsaAdmin#####\jsp*
c. Place a copy of incMenuGen.jsp file in \jsp folder you created and make a back up as incMenuGen.jsp.ORIG
d. Open incMenuGen.jsp. Search the file to find the following line:
<td rowspan="2" height="47" width="297"><a href="<%= request.getContextPath()%>/Home.do" tabindex=-1><img src="<%=CsfWebAppUtils.getString(resourceBundle, "menu_logo", true)%>" border="0"></a></td>
e. Directly underneath this line, insert the following text (remove carriage returns):
<td rowspan="3" height="47" width="*"><a href="<%= request.getContextPath()%>/Home.do" tabindex=-1><img src="<%=CsfWebAppUtils.getString(resourceBundle, "menu_logo_2", true)%>" border="0"></td>
f. Modify the <a href= > tag within this text to point to your business Web address, such that the following string fragment:
<a href="<%= request.getContextPath()%>/Home.do" (?rest of tag)>
now looks something like this:
<a href=?http://yourcompany.com? (?rest of tag)>
NOTE: Remember when this link is utilized, the customer will leave the secured RSA Mobile session
g. Save and close th s file
h. Create a folder(directory) called \WEB-INF\classes\i18n folder at the local drive root (*** Very important ***)
i. Navigate into your RSA Mobile deployment directory into the following directory to find file i18n_en_us.properties:
RSAMobile\rsaappserver\bea\wlserver\config\csfdomain\applications\.wlnotdelete_rsaappserver\rsaAdmin#####\WEB-INF\classes\i18n
j. Place a copy of i18n_en_us.properties file in \WEB-INF\classes\i18n folder you created and make a back up as i18n_en_us.pro erties.ORIG
k. After making a backup copy, edit file by creating a new entry, 'menu_logo_2'. Search the file for the 'menu_logo' entry. Directly below this entry, enter menu_logo_2=<yourlogopath>, replacing the <yourlogopath> with the path pointing to your desired logo file, such that menu_logo_2=images/mycompanylogo.GIF.
l. Make a copy of the following file:
RSAMobile\rsaappserver\bea\wlserver\config\csfdomain\applications\.wlnotdelete_rsaappserver\rsaAdmin#####.war
and place it in a backup folder, renaming it as .ORIG
m. With WinZip, open the following file:
RSAMobile\rsaappserver\bea\wlserver\config\csfdomain\applications\.wlnotdelete_rsaappserver\rsaAdmin#####.war
n. Select the incMenuGen.jsp within WinZip and under Actions, delete the file
o. Now under Actions, add your newly edited file <root>\jsp\incMenuGen.jsp to the archive
p. Select the i18n_en_us.properties w<thin>WinZip and under Actions, delete the file
q. Now under Actions, add your newly edited file <root>\WEB-I<F\cl>sses\i18n\i18n_en_us.properties to the archive
r. Now under Actions, add your new logo file <root>\images\mycompanylogo.gif to the archive
s. Close the archive
t. Restart the server
u. Your logo should appear to the right of the RSA Administration Console title. Make minor adjustments to the .jsp file as needed.***
NOTES:
* The suffix appended to this directory name is dependent per deployment, hence represented by ?#####?
** Be careful not to modify the line above this one, which also contains the same phrase
*** You should not need to restart ***
Workaround
Related Articles
Configure a Web-Tier Self-Service Console Logon Banner on Linux 34Number of Views Creating a custom attribute and reporting on it in RSA Authentication Manager 8.2 SP1 or later 16Number of Views Configure a Custom Portal Page for Web Applications 82Number of Views Configure a Custom Console Logon Banner 80Number of Views RSA Identity Governance & Lifecycle - How to rename custom attributes if duplicate attributes getting created by accident 167Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?