How To Modify Login Page and Launcher Page in WCC r11.4.X

======

Introduction

======

These are the instruction on how to modify the color and text of the login page and launcher page for WCC r11.4 SP1 and above.

NOTES

  • You can do all these steps back to back and then clear the browser cache one time - there is no need to restart WCC services.
  • If you have WCC configured for high availability and you change the color or textof one instance, it WILL NOT change any of the other WCC instances.
  • Not sure what color you want to use? Use the HTML Color Picker.
  • After applying an incremental patch to WCC, the modified color(s) of the login and launcher page(s) WILL NOT be affected. If you added any text to the login and/or launcher page(s), this modification WILL be affected.

======

Change Color of Login Page

======

1. Navigate to the $CA_WCC_INSTALL_LOCATION/tomcat/webapps/wcc/login/css directory [or %CA_WCC_INSTALL_LOCATION%\tomcat\webapps\wcc\login\css directory].

2. Make a backup copy of the wcc-common.css file.

3. Open the original file and look for the following statements (near the beginning of file).

login-viewport {

background-color: #58676d;

4. Change the hexadecimal value to color of your choice (make sure you keep the # sign).

login-viewport {

background-color: #990000;

5. Save the file.

6. Click the refresh button in your Internet browser and you should see that the login page color has changed.

Note: If you don’t see the color change after clicking the refresh button, clear your browser cache. Then access the WCC GUI.

======

Change Color of Launcher Header

======

1. Navigate to the $CA_WCC_INSTALL_LOCATION/tomcat/webapps/wcc/launcher/ca/css directory [or %CA_WCC_INSTALL_LOCATION%\tomcat\webapps\wcc\launcher\ca\css directory].

2. Make a backupcopy of the ca-all.css file.

3. Open the original file and look for the following statements:

/* ca header css */

.ca-header

{

#width:100%;

background-color: #58676d;

4. Change the hexadecimal value to color of your choice (make sure you keep the # sign).

/* ca header css */

.ca-header

{

#width:100%;

background-color: #990000;

5. Save the file.

6. If you are currently logged in to WCC, click the refresh button in your Internet browser. If not, log in to WCC. You should see the color change at the top of the Launcher page.

Note: If you don’t see the color change after clicking the refresh button, log out of WCC (if you are logged in). Clear your browser cache and then log in to WCC.

======

Change Color of Launcher Footer

======

1. Navigate to the $CA_WCC_INSTALL_LOCATION/tomcat/webapps/wcc/launcher/css directory [or %CA_WCC_INSTALL_LOCATION%\tomcat\webapps\wcc\launcher\css directory].

2. Make a backup copy of the wcc-common.css file.

3. Open the original file and look for the following statements (toward the bottom of file).

.ca-footer {

background-color: #58676d;

padding: 5px;

4. Change the hexadecimal value to color of your choice (make sure you keep the # sign).

.ca-footer {

background-color: #990000;

padding: 5px;

5. Save the file.

6. If you are currently logged in to WCC, click the refresh button in your Internet browser. If not, log in to WCC. You should see the color change at the bottom of the Launcher page.

Note: If you don’t see the color change after clicking the refresh button, log out of WCC (if you are logged in). Clear your browser cache and then log in to WCC.

======

Add/Modify Text to the Login Page

======

1. Navigate to the $CA_WCC_INSTALL_LOCATION/tomcat/webapps/wcc/login directory [or %CA_WCC_INSTALL_LOCATION%\tomcat\webapps\wcc\login directory].

2. There will be 5 JavaScript files with a filename that starts with a hexadecimal number and ends with cache.js. Make a backup copy of all 5JavaScript files.

[EXAMPLE: 5CE5ADE3325A6742C7FAA2909247D567.cache.js]

3. Open theJavaScript file and look for the following string: 'CA Workload Automation'.

Note:The string 'CA Workload Automation' appears before'login-product'.

4. Change the string from 'CA Workload Automation' to 'Workload Automation - PRODUCTION'.

5. Save the file.

6. Do this for all 5JavaScript files.

7. Click the refresh button in your Internet browser and you should see the text modifications.

Note: If you don’t see CA Workload Automation – PRODUCTION after clicking the refresh button, clear your browser cache.Then access the WCC GUI.

You can add or modify the text under the login box (where it says ‘Copyright © 2015 CA. All rights reserved.) by completing these steps:

1. Use the same 5 JavaScript files from when you added text to the login page.

2. Open the JavaScript file and look for the following string: ‘Copyright \\xA9 2015 CA. All rights reserved.’.

Note: The string ‘Copyright \\xA9 2015 CA. All rights reserved.' appears before ‘login-copyright'.

3. Change the text or add additional text. Be sure that the text appears between the two tick marks.

4. Save the file.

5. Do this for all 5 JavaScript files.

6. Click the refresh button in your Internet browser and you should see the text modifications.

Note: If you don’t see the text modifications after clicking the refresh button, clear your browser cache.Then access the WCC GUI.

======

Add/ModifyText to the Launcher Page Header

======

1. Navigate to the $CA_WCC_INSTALL_LOCATION/tomcat/webapps/wcc/launcher directory [or %CA_WCC_INSTALL_LOCATION%\tomcat\webapps\wcc\launcher directory].

2. There will be 5JavaScript files with a filename that starts with a hexadecimal in it and ends with cache.js. Make a backup copy of all 5JavaScript files.

3. Open the JavaScript file and look for the following string 'CA Workload Automation'.

PAY ATTENTION!You will see 'CA Workload Automation' in more than one string. You want the string that ONLYhas 'CA Workload Automation' in it. (The string 'CA Workload Automation' appears after 'ca-header-logo' and before 'ca-header-product-name'.)

4. Change the string from 'CA Workload Automation' to 'CA Workload Automation - PRODUCTION'.

5. Save the file.

6. Do this for all 5JavaScript files.

7. If you are currently logged in to WCC, click the refresh button in your Internet browser. If not, log in to WCC. You should see the text modifications at the top of the Launcher page.

Note: If you don’t see CA Workload Automation – PRODUCTION after clicking the refresh button, log out of WCC (if you are logged in). Clear your browser cache and then log in to WCC.

======

Add/ModifyText to the Launcher Page Footer

======

You can add or modify the text in the footer (where it says ‘Copyright © 2015 CA. All rights reserved.) by completing these steps:

1. Use the same 5 JavaScript files from when you added text to the launcher page header.

2. Open the JavaScript file and look for the following string: ‘Copyright \\xA9 2015 CA. All rights reserved.’.

Note: The string ‘Copyright \\xA9 2015 CA. All rights reserved.' appears before 'ca-footer-copyright'.

3. Change the text or add additional text. Be sure that the text appears between the two tick marks.

4. Save the file.

5. Do this for all 5 JavaScript files.

6. If you are currently logged in to WCC, click the refresh button in your Internet browser. If not, log in to WCC. You should see the text modifications at the bottom of the Launcher page.

Note: If you don’t see the text modifications after clicking the refresh button, log out of WCC (if you are logged in). Clear your browser cache and then log in to WCC.

1