summaryrefslogtreecommitdiffstats
path: root/base/server/etc/default.cfg
diff options
context:
space:
mode:
authorChristina Fu <cfu@redhat.com>2015-05-29 15:47:02 -0700
committerChristina Fu <cfu@redhat.com>2015-06-01 15:00:20 -0700
commitf9b461b78032e1b232037ae7420828f90935b51a (patch)
tree3a6fbd533c8c6e2c6d51be24d5f5fc7c988b5d99 /base/server/etc/default.cfg
parentbc163253d67f243f558a349cb7a8eed802f388c1 (diff)
downloadpki-f9b461b78032e1b232037ae7420828f90935b51a.tar.gz
pki-f9b461b78032e1b232037ae7420828f90935b51a.tar.xz
pki-f9b461b78032e1b232037ae7420828f90935b51a.zip
Ticket 867 Need to support TPS as a separate tomcat instance.
This patch addressed the issue that TPS on independent Tomcat is missing symlink to symkey.jar and causes all symkey method reference to fail
Diffstat (limited to 'base/server/etc/default.cfg')
-rw-r--r--base/server/etc/default.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/server/etc/default.cfg b/base/server/etc/default.cfg
index 58f338692..0d3e41bbb 100644
--- a/base/server/etc/default.cfg
+++ b/base/server/etc/default.cfg
@@ -261,7 +261,6 @@ 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
@@ -285,7 +284,6 @@ 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