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)
| 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 |
no outgoing calls
no test coverage detected