From a6e094ac61ed2ec25bfc4deec882fcff4202c027 Mon Sep 17 00:00:00 2001 From: Abhishek Koneru Date: Wed, 3 Apr 2013 11:15:22 -0400 Subject: Remove the respawn logic in deploy scripts. Remove all the declarations, definitions and invocations of respawn() method in the deploment scripts. Remove the -u update option in pkispawn script. Ticket #542 --- base/server/src/scriptlets/webapp_deployment.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'base/server/src/scriptlets/webapp_deployment.py') diff --git a/base/server/src/scriptlets/webapp_deployment.py b/base/server/src/scriptlets/webapp_deployment.py index e72752ee8..4fdcc8614 100644 --- a/base/server/src/scriptlets/webapp_deployment.py +++ b/base/server/src/scriptlets/webapp_deployment.py @@ -156,12 +156,6 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet): util.directory.set_mode(master['pki_tomcat_webapps_subsystem_path']) return self.rv - def respawn(self): - if master['pki_subsystem'] in config.PKI_TOMCAT_SUBSYSTEMS: - config.pki_log.info(log.WEBAPP_DEPLOYMENT_RESPAWN_1, __name__, - extra=config.PKI_INDENTATION_LEVEL_1) - return self.rv - def destroy(self): if master['pki_subsystem'] in config.PKI_TOMCAT_SUBSYSTEMS: config.pki_log.info(log.WEBAPP_DEPLOYMENT_DESTROY_1, __name__, -- cgit