--- jboss-4.0.3RC1-src\server\src\main\org\jboss\web\WebModule.java-orig Fri Aug 12 12:23:26 2005 +++ jboss-4.0.3RC1-src\server\src\main\org\jboss\web\WebModule.java Fri Aug 12 11:31:25 2005 @@ -49,17 +49,17 @@ protected void stopService() throws Exception { stopModule(); } protected void destroyService() { - this.di = null; - this.container = null; - this.deployer = null; +// this.di = null; +// this.container = null; +// this.deployer = null; } /** Invokes the deployer start */ public synchronized void startModule() throws DeploymentException {