From f9b461b78032e1b232037ae7420828f90935b51a Mon Sep 17 00:00:00 2001 From: Christina Fu Date: Fri, 29 May 2015 15:47:02 -0700 Subject: 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 --- specs/pki-core.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'specs') diff --git a/specs/pki-core.spec b/specs/pki-core.spec index 4dbae3b7b..4a083928d 100644 --- a/specs/pki-core.spec +++ b/specs/pki-core.spec @@ -686,6 +686,11 @@ for subsystem in ca kra ocsp tks tps; do ln -s %{_javadir}/pki/pki-$subsystem.jar %{buildroot}%{_datadir}/pki/$subsystem/webapps/$subsystem/WEB-INF/lib done +# Create symkey symlink for TPS and TKS +# ...WEB-INF/lib should already have been created +for subsystem in tks tps; do + ln -s %{_jnidir}/symkey.jar %{buildroot}%{_datadir}/pki/$subsystem/webapps/$subsystem/WEB-INF/lib +done %if %{with server} -- cgit