From 63ac9595b4b193200e9b7af94f0854361a70eec9 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 21 Aug 2012 13:15:34 -0500 Subject: Moved webapp deployment code into pkispawn. Previously the WAR files were generated at build time, so it would include theme files that were installed on the build machine. The code has been changed such that instead of generating WAR files pkispawn will copy the webapp files from the theme folders and combine them with subsystem webapp files at deployment time. This way it will use the actual theme files installed on the deployment machine. Ticket #89 --- base/deploy/config/pkideployment.cfg | 4 ---- 1 file changed, 4 deletions(-) (limited to 'base/deploy/config') diff --git a/base/deploy/config/pkideployment.cfg b/base/deploy/config/pkideployment.cfg index 80816e495..006111622 100644 --- a/base/deploy/config/pkideployment.cfg +++ b/base/deploy/config/pkideployment.cfg @@ -157,7 +157,6 @@ pki_ocsp_signing_token= pki_subordinate=False pki_subsystem=CA pki_subsystem_name= -pki_war_file=ca.war ############################################################################### ## 'KRA' Data: ## ## ## @@ -182,7 +181,6 @@ pki_transport_nickname= pki_transport_signing_algorithm=SHA256withRSA pki_transport_subject_dn= pki_transport_token= -pki_war_file=kra.war ############################################################################### ## 'OCSP' Data: ## ## ## @@ -200,7 +198,6 @@ pki_ocsp_signing_subject_dn= pki_ocsp_signing_token= pki_subsystem=OCSP pki_subsystem_name= -pki_war_file=ocsp.war ############################################################################### ## 'RA' Data: ## ## ## @@ -220,7 +217,6 @@ pki_subsystem_name= [TKS] pki_subsystem=TKS pki_subsystem_name= -pki_war_file=tks.war ############################################################################### ## 'TPS' Data: ## ## ## -- cgit