From 311650625be0c8e5f42c71c7d5020e5a11ecf034 Mon Sep 17 00:00:00 2001 From: Christina Fu Date: Wed, 17 Jun 2015 14:25:33 -0700 Subject: ticket 867 symkey library path link fix --- base/server/etc/default.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/server/etc') diff --git a/base/server/etc/default.cfg b/base/server/etc/default.cfg index 0d3e41bbb..58f338692 100644 --- a/base/server/etc/default.cfg +++ b/base/server/etc/default.cfg @@ -261,6 +261,7 @@ pki_nsutil_jar_link=%(pki_tomcat_webapps_subsystem_webinf_lib_path)s/pki-nsutil. # These are used in the processing of pkispawn and are not supposed # to be overwritten by user configuration files pki_jss_jar=%(jni_jar_dir)s/jss4.jar +pki_symkey_jar=%(jni_jar_dir)s/symkey.jar pki_apache_commons_collections_jar=/usr/share/java/apache-commons-collections.jar pki_apache_commons_io_jar=/usr/share/java/apache-commons-io.jar pki_apache_commons_lang_jar=/usr/share/java/apache-commons-lang.jar @@ -284,6 +285,7 @@ pki_xerces_j2_jar=/usr/share/java/xerces-j2.jar pki_xml_commons_apis_jar=/usr/share/java/xml-commons-apis.jar pki_xml_commons_resolver_jar=/usr/share/java/xml-commons-resolver.jar pki_jss_jar_link=%(pki_tomcat_common_lib_path)s/jss4.jar +pki_symkey_jar_link=%(pki_tomcat_common_lib_path)s/symkey.jar pki_apache_commons_collections_jar_link=%(pki_tomcat_common_lib_path)s/apache-commons-collections.jar pki_apache_commons_io_jar_link=%(pki_tomcat_common_lib_path)s/apache-commons-io.jar pki_apache_commons_lang_jar_link=%(pki_tomcat_common_lib_path)s/apache-commons-lang.jar -- cgit