Hi all, Thanks for the reply.
The Geronimo version is Little-G 2.2 with Tomcat. I have tried with shutdown script but the same behavior is observed. If I update the application module with load="false" in config.xml file then the application works fine. *snippet from geronimo.log* 2011-12-09 12:30:58,448 INFO [DirectoryHotDeployer] *Redeploying ourApplication* 2011-12-09 12:31:01,542 INFO [DirectoryMonitor] Hot deployer notified that an artifact was *removed:* ourApplication/xyz/application/war 2011-12-09 12:31:01,855 INFO [DeploymentContext] The Strict Manifest Classpath processing mode is in effect. This option can be altered by specifying -DXorg.apache.geronimo.deployment.LenientMFCP=true|false Specify ="true" for more lenient processing such as ignoring missing jars and references that are not spec compliant. 2011-12-09 12:31:24,636 INFO [StartupUtil] DWR Version 2.0.4 starting. 2011-12-09 12:31:24,636 INFO [StartupUtil] - Servlet Engine: Apache Geronimo(Embedded Tomcat/6.0.29) 2011-12-09 12:31:24,636 INFO [StartupUtil] - Java Version: 1.6.0 2011-12-09 12:31:24,636 INFO [StartupUtil] - Java Vendor: IBM Corporation 2011-12-09 12:31:24,949 ERROR [LogErrorHandler] Line=195 The content of element type "dwr" must match "(init?,allow?,signatures?)". 2011-12-09 12:31:25,355 ERROR [EngineConfigurationFactoryServlet] Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd 2011-12-09 12:31:25,683 INFO [DirectoryHotDeployer] *Redeployed ourApplication/xyz/application/war* >From the above log, it seems that ourApplication folder from the repository cannot be deleted, because in first case, the application got hang at 2011-12-09 12:30:58,448 INFO [DirectoryHotDeployer] *Redeploying ourApplication* Thanks, Ranjan -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Geronimo-redeploy-issue-tp3563502p3572307.html Sent from the Development mailing list archive at Nabble.com.
