MCPcopy Create free account
hub / github.com/apache/tomcat / remove

Method remove

java/org/apache/catalina/ha/ClusterDeployer.java:75–75  ·  view source on GitHub ↗

Remove an existing web application, attached to the specified context name. If this application is successfully removed, a ContainerEvent of type REMOVE_EVENT will be sent to all registered listeners, with the removed Context as an argument. Deletes the web application war

(String contextName, boolean undeploy)

Source from the content-addressed store, hash-verified

73 * @exception IOException if an input/output error occurs during removal
74 */
75 void remove(String contextName, boolean undeploy) throws IOException;
76
77 /**
78 * call from container Background Process

Callers 15

removeRoleMethod · 0.65
removeGroupMethod · 0.65
removeRoleMethod · 0.65
removeUserMethod · 0.65
removeGroupMethod · 0.65
removeRoleMethod · 0.65
removeGroupMethod · 0.65
removeRoleMethod · 0.65
removeUserMethod · 0.65
removeEjbMethod · 0.65
removeEnvironmentMethod · 0.65
removeLocalEjbMethod · 0.65

Implementers 1

FarmWarDeployerjava/org/apache/catalina/ha/deploy/Far

Calls

no outgoing calls

Tested by

no test coverage detected