Attachmate Worldwide  |   Contact Us  |   NetIQ.com
Home » Support » Solution Library

Technical Notes

Customizing the Login and Links List Pages in Reflection for the Web
Technical Note 1796
Last Reviewed 10-Jul-2008
Applies To
Reflection for the Web version 9.0 through 9.x
Reflection for the Web 2008 (All Editions)
Summary

This technical note describes how to customize the appearance of the login page and the links list page that users and administrators use to access Reflection for the Web.

Note: For additional information about customizing Reflection for the Web, see the Customizing section of Technical Note 9988.

Modifying the Login Page and Links List Page

These steps describe how to modify the look of the login page and the links list page by editing the LauncherHTML.jsp file.

  1. Using a file system browser, navigate to ReflectionServer\jakarta-tomcat\webapps\rweb\gm folder for your installation of Reflection for the Web. For a default Windows installation, the path is
C:\Program Files\ReflectionServer\jakarta-tomcat\webapps\rweb\gm
  1. In this folder, locate the file named LauncherHTML.jsp. Make a backup copy of this file and name it LauncherHTML.bak.
  2. Open LauncherHTML.jsp in an ASCII text editor (for example, use Notepad in Windows), and edit the appropriate values.

Note: Hexadecimal values for font and background colors can be obtained from various web sites. To locate this information, enter "hexadecimal color values" into the search engine of your choice. To use these values, change the hexadecimal value to the color of your choice. For example, the value #CCCCFF represents the color lavender.

    • To change the background of the JSP file, locate and modify the following line:
background-color: #ffffff;

Change the hexadecimal value to the color of your choice.

    • To change the background of the Links List applet, add the backgroundColor parameter (highlighted below) under the "cabbase" parameter:
      <param name="cabbase" value"Launcher.cab">
      <param name="backgroundColor" value="#FFFFCC">

Change the hexadecimal value to the color of your choice.

    • To change the font color of the Links List applet, add the foregroundColor parameter (highlighted below) under the "cabbase" parameter:
      <param name="cabbase" value"Launcher.cab">
      <param name="foregroundColor" value="#228B22">

Change the hexadecimal value to the color of your choice.

    • To change the height and width of the Links List applet, change the height and width arguments in the <applet MAYSCRIPT name =…> parameter. You can replace the existing height and width variables with static pixel values (for example, width="600" height="400").

Note: The HTML elements in the LauncherHTML.jsp file may be edited to affect the page that surrounds the Links List applet.

    • To change the image that displays on the login and the links list pages, replace the reference to RWeb_M.gif with the path and name of the new image. The default image is located in the \ReflectionServer\jakarta-tomcat\webapps\rweb folder.
  1. Save and close the LauncherHTML.jsp file.
  2. To view your changes, open the links list page in a browser using a URL in the following format:
https://<your server>:<your port>/<application context name>/rweb

Note: The default application context name is rweb.

When the login page opens, you should see the modifications made in the LauncherHTML.jsp page. If not, clear your browser's cached files, exit all browser sessions, and try again.

Related Technical Notes
9988 Reflection for the Web Technical Notes

Did this technical note answer your question?

Yes    No    Somewhat     Not sure yet

Additional comments about this tech note:

Need further help? For technical support, please contact Support.