IBM WebSphere Application Server Network Deployment V8.5 and V9.0, Core Administration — Question 6
What must be done to uninstall an application using the monitored directory functionality?
Answer options
- A. Put a file named ApplicationName_delete in the monitored directory.
- B. Add a version of the application with no files inside of it to the monitored directory.
- C. Add a <delete> tag to the web.xml of the application, and add the file to the monitored directory.
- D. Add a properties file that has DELETE=true in the header of the properties sections, and add it to the monitored directory.
Correct answer: B
Explanation
The correct answer is B because adding a version of the application without any files signals the system to uninstall it. The other options involve different methods that do not effectively trigger the uninstallation process as required.