From bfc714835eddb3b7f314ac3345b83cbeb8ec5393 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Fri, 3 Aug 2012 16:53:19 -0700 Subject: TRAC Ticket #283 - Dogtag 10: Integrate Tomcat 6 'tomcatjss.jar' and Tomcat 7 'tomcat7jss.jar' in Fedora 18 tomcatjss package * Requires tomcatjss 7.0.0-3 as links for instances created by 'pkispawn' will now point to 'tomcat7jss.jar' --- base/deploy/src/scriptlets/pkiparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/deploy/src/scriptlets/pkiparser.py') 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") -- cgit