summaryrefslogtreecommitdiffstats
path: root/base/deploy/config/pkideployment.cfg
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-08-21 13:15:34 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-09-05 10:08:41 -0500
commit63ac9595b4b193200e9b7af94f0854361a70eec9 (patch)
treee90039709931cd7783cbdb0276bf3e683704cf22 /base/deploy/config/pkideployment.cfg
parent1637107a208bc4ea465671ba0d9539548b4f1146 (diff)
downloadpki-63ac9595b4b193200e9b7af94f0854361a70eec9.tar.gz
pki-63ac9595b4b193200e9b7af94f0854361a70eec9.tar.xz
pki-63ac9595b4b193200e9b7af94f0854361a70eec9.zip
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
Diffstat (limited to 'base/deploy/config/pkideployment.cfg')
-rw-r--r--base/deploy/config/pkideployment.cfg4
1 files changed, 0 insertions, 4 deletions
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: ##
## ##