QuestionQ44
Secure Deployment and MaintenanceAlice, a Server Administrator (Tomcat), wants to ensure that only the user who owns the Tomcat process can shut it down. Select the appropriate CATALINA_HOME/conf setting in server.xml that enables this.
- A < server port="" shutdown="" >
- B < server port="-1" shutdown="" >
- C < server port="-1" shutdown="SHUTDOWN" >
- D < server port="8080" shutdown="SHUTDOWN" >
Community Discussion