Developing a Custom Logon Screen

Use

The SAP NetWeaver Application Server (AS) Java ships with a standard set of logon screens. SAP bundles these screens into the logon user interface (UI) application com.sap~tc~sec~ume~logon~ui. The application includes for example, the logon screen and the password help screen. You can change these screens to reflect your company's look and feel. This procedure describes how to import the default logon UI application into the SAP NetWeaver Developer Studio from the AS Java, modify the application, and deploy the customized application to your AS Java. This enables you to customize the existing application to meet your needs instead of creating a brand new logon UI.

Prerequisites

This procedure requires you to restart the AS Java, so you should plan for the required downtime while the AS Java restarts.

Procedure

  1. Import the WAR file of the default logon user interface application into the SAP NetWeaver Developer Studio.

    To import the WAR file, choose File → Import and navigate to the default logon UI application under the following path:

    <ASJava_Installation>/j2ee/cluster/apps/sap.com/com.sap.security.core.logon/servlet_jsp/logon_ui_resources/sap.com~tc~sec~ume~logon~ui.war

  2. Change the content of the imported WAR file as needed.
  3. Create a new EAR Application Project project and include the module of the default logon UI application.You must use EAR version 1.4 for that project.
    1. To start the EAR Application Project wizard, choose File → New →Project, and select Enterprise Application Project from the J2EE folder.
    2. Add the module of the default logon UI application sap.com~tc~sec~ume~logon~ui.war to the project.
  4. In the EAR, view the General tab of the file <project_name>/EARContent/META-INF/application-j2ee-engine.xml .
    1. Enter a provider name for your application.

      The provider name defines your namespace where your applications reside on the AS Java.

    2. Choose References and choose  with the quick info text Add element.
    3. Choose Create new and enter the required data.

    Reference Data for the Logon Application

    Field Name Data

    Reference target

    com.sap.security.core.logon

    Reference type

    hard

    Reference target type

    application

    Provider name

    sap.com

  5. In the EAR, edit the file <project_name>/EARContent/META-INF/application.xml , and define the URL alias and for your custom logon UI.
  6. Deploy the application.
  7. Change the user management engine (UME) property ume.logon.application.ui_resources_alias to the URL alias of the new application.

    For more information about editing UMEproperties, see Editing UME Properties .

  8. Restart the AS Java.

Example

The following is an example of the file application-j2ee-engine.xml with a hard reference to the default logon application and example.com as the provider name.

.