C2180-401 · Question #58
A system administrator has started a Liberty profile server using the default values. Later, the administrator modified the server.xml file for the server to include <applicationMonitor…
The correct answer is C. Place the ServletApp.war file in the directory named dropins under S {server.config.dir}. See the full explanation below for the reasoning.
Question
A system administrator has started a Liberty profile server using the default values. Later, the administrator modified the server.xml file for the server to include <applicationMonitor updateTrigger="polled" pollingRate="100ms" dropins="S{server.config.dir}/applications" dropinsEnabled="true"/> The administrator placed the application ServletApp.war in the apps directory under S{ server.config.dir}. While accessing the correct URL for the home page of the application, the error "Context Root Not Found" occurs in the browser. How can the administrator resolve this error?
Options
- ARestart the Liberty profile server.
- BInstall the ServletApp.war file using the Integrated Solutions Console (ISC).
- CPlace the ServletApp.war file in the directory named dropins under S {server.config.dir}.
- DPlace the ServletApp.war file in the directory named applications under S{server.config.dir}.
How the community answered
(23 responses)- A4% (1)
- B4% (1)
- C74% (17)
- D17% (4)
Community Discussion
No community discussion yet for this question.