Multiple choice technology architecture

Where we provide entries for ps.xml, so that an action servlet can pick up?

  1. Web.xml

  2. Metadata.xml

  3. InitializationWebapp.properties

  4. Config.xml

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

InitializationWebapp.properties is where the PS Framework expects entries for ps.xml location so that the Action Servlet can locate and load the configuration during application startup. Web.xml is for servlet configuration, and the other files are not standard initialization mechanisms.