Posts

Showing posts from May, 2024

R12.2 EBS Login Flow

User Enters the Application URL http://<URL_HOSTNAME>:<PORT> In the http.conf file, locate DocumentRoot. The DocumentRoot is the base location for where the first access the apache file is stored. Locatation :  $FMW_HOME/webtier/instances/EBS_WEB_OHS/config/OHS/EBS_web/ httpd.conf Ex:- DocumentRoot : "/u01/applmgr/DEV/fs1/inst/apps/dev_ebsvis/portal" Under this DocumentRoot folder, index.html will redirect to the application login page. http://<URL_HOSTNAME>:<PORT>/OA_HTML/AppsLogin The application identified the context in OA_HTML and redirected the connection to the OACORE server. The application connects to the database using the APPLSYSPUB user and displays the login page. The password was obtained from the DBC file. The password for APPLSYSPUB is available in two locations: $FND_SECURE and CONTEXTFILE . The user enters their username and password and then clicks the login page. The application user credentials are validated