Creating the Zip File for a Configurable Login Page

Use this procedure to create and populate the zip file for a configurable login pages. This zip file will contain any modifications and additions you make that affect the login page.

To create the zip file for a configurable login page

  1. Create a directory to hold the contents of the sso.war file.
  2. Extract the contents of sso.war to the directory. You can make a copy of sso.war named sso.zip and use a zip file utility to extract the contents or you can extract it from the command line with the command jar -xvf sso.war.
  3. Delete any non-UI related directories, such as WEB-INF and META-INF.
  4. Delete any non-HTML files that you do not plan to modify.
    Note: 

    Do not delete any HTML files, even if you do not plan to modify them.

  5. Create a zip file in the directory.
  6. Populate the zip file with the contents of the directory.