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

Method unmanageApp

java/org/apache/catalina/startup/HostConfig.java:1797–1800  ·  view source on GitHub ↗

Remove a webapp from our control. Entry point for the admin webapp, and other JMX Context controllers. Note: It is expected that the caller has successfully added the app to servicedSet before calling this method. @param contextName The context name

(String contextName)

Source from the content-addressed store, hash-verified

1795 * @param contextName The context name
1796 */
1797 public void unmanageApp(String contextName) {
1798 deployed.remove(contextName);
1799 host.removeChild(host.findChild(contextName));
1800 }
1801
1802 // ----------------------------------------------------- Instance Variables
1803

Callers

nothing calls this directly

Calls 3

removeMethod · 0.65
removeChildMethod · 0.65
findChildMethod · 0.65

Tested by

no test coverage detected