What is correct way to customize the logon page for EP7 SPS11?
I could not find com.sap.portal.runtime.logon.par.bak file in \usr\sap\J2E\JC01\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd\ folder. pcd folder is empty.
But I manage to find com.sap.portal.runtime.logon folder (in directory \usr\sap\J2E\JC01\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps) which only contains css, js, layout and srm folder. Images is here.
There is another folder, com.sap.portal.runtime.logon (in another directory \usr\sap\J2E\JC01\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\) which contains folder like lib, META-INF, srm and work. Also contain umLogonPage.jsp, index.jsp, changePasswordPage.jsp and umLogoffPage.jsp which used to customize the logon page. Codes is here.