diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/deploy/src/scriptlets/pkiparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/deploy/src/scriptlets/pkiparser.py b/base/deploy/src/scriptlets/pkiparser.py index 66c1e4085..bf22a4d18 100644 --- a/base/deploy/src/scriptlets/pkiparser.py +++ b/base/deploy/src/scriptlets/pkiparser.py @@ -687,7 +687,7 @@ def compose_pki_master_dictionary(): "scannotation.jar") config.pki_master_dict['pki_tomcatjss_jar'] =\ os.path.join(config.PKI_DEPLOYMENT_JAR_SOURCE_ROOT, - "tomcatjss.jar") + "tomcat7jss.jar") config.pki_master_dict['pki_velocity_jar'] =\ os.path.join(config.PKI_DEPLOYMENT_JAR_SOURCE_ROOT, "velocity.jar") |