Give an overview of what happens �under the covers� when a user navigates to a PeopleSoft page?
Answer Posted / Yash Chaturvedi
When a user navigates to a PeopleSoft page, the following events occur:n1. The web browser sends a request to the PeopleSoft Web Server.n2. The Web Server checks the ps_server.ini file for configuration settings and routes the request to the appropriate Application Server.n3. The Application Server retrieves the requested page from the database.n4. The Application Server processes any necessary business logic and generates the HTML output.n5. The Application Server sends the HTML back to the Web Server.n6. The Web Server sends the HTML to the web browser, which then displays the PeopleSoft page to the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers