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)
| 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 |
nothing calls this directly
no test coverage detected