Multiple choice technology web technology

System administrator perform the following tasks to install and configure a J2EE application. (select the answer which is given in the correct order)

  1. Verify the content for J2EE specification, Configure the descriptor, Add EAR, Deploys the EAR file to J2EE server

  2. Configure the descriptor, Add EAR, Verify the content for J2EE specification, Deploys the EAR file to J2EE server

  3. Verify the content for J2EE specification,Add EAR, Configure the descriptor, Deploys the EAR file to J2EE server

  4. Add EAR, Configure the descriptor, Verify the content for J2EE specification, Deploys the EAR file to J2EE server

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

The correct installation sequence is: first add the EAR file to the server, then configure the deployment descriptor settings, verify the content meets J2EE specifications, and finally deploy. You must add the application before configuring its deployment settings, and verification should occur before actual deployment.