Hi,
We have taken the war file and made some changes to the standard login page.
The deployment was successful but the changes are not visible.
application.xml
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaeehttp://java.sun.com/xml/ns/javaee/application_5.xsd" version="5" id="Application_ID">
<display-name>tc~sec~ume~logon~uiEAR</display-name>
<module id="WebModule_1431679906006">
<web>
<web-uri>tc~sec~ume~logon~ui.war</web-uri>
<context-root>logon_screen</context-root>
</web>
</module>
</application>
application-j2ee-engine.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<application-j2ee-engine
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="application-j2ee-engine.xsd">
<reference
reference-type="hard">
<reference-target
provider-name="sap.com"
target-type="application">com.sap.security.core.logon</reference-target>
</reference>
<provider-name>sap.com</provider-name>
</application-j2ee-engine>
in nwa
Alias of Application for Customizing Login Pages (ume.logon.application.ui_resources_alias): /logon_screen
Please let us know where we have gone wrong.