Multiple choice technology web technology

The Admin web application is defined in the auto-deployment _____________.

  1. CATALINA_HOME/webapps/admin.html

  2. CATALINA_HOME/webapps/admin.xml

  3. CATALINA_BASE/webapps/admin.xml

  4. CATALINA_BASE/webapps/admin.html

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

The Admin web application is configured through an XML descriptor file located at CATALINA_BASE/webapps/admin.xml. This follows the standard Tomcat deployment descriptor pattern where configuration is in XML files, not HTML files. The CATALINA_BASE path is used for instance-specific configurations.