Date: 2004-07-08T10:47:01
Editor: 141.154.122.5 <>
Wiki: Apache Geronimo Wiki
Page: Deployment
URL: http://wiki.apache.org/geronimo/Deployment
added a note about pseudo-undeploying configurations
Change Log:
------------------------------------------------------------------------------
@@ -198,4 +198,6 @@
= Undeployment =
-FIXME - is is possible to undeploy a module? It doesn't appear so, since o.a.g.deployment.Deployer
has a deploy() method but no undeploy().
+Is it possible to undeploy a module? It doesn't appear so, since o.a.g.deployment.Deployer
has a deploy() method but no undeploy().
+
+You can "undeploy" by hacking around in the target/config-store directory. The contents
appears to be a properties file called index.properties, and a set of subdirectories with
numeric names. The properties key is the configuration name and the value is the numeric
name of the subdirectory that contains that configuration. So to "undeploy" a configuration
you just remove its entry from index.properties and delete its directory.
|