In PS (PeopleSoft) applications, page handlers are defined in the ps.xml configuration file, which is specific to the PS framework. web.xml is for general servlet configuration, map.xml is for field mappings, and tag libraries are for UI components - none of these define page handlers. The correct answer is C (ps.xml).