From 756f70875d37182f7af958fd16e19a9c0277481c Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Fri, 4 Jan 2013 22:01:07 -0800 Subject: Use tomcatjss 7.1.0 and fix weird errno=0 exception * TRAC Ticket #469 - Dogtag 10: Fix tomcatjss issue in pki-core.spec and dogtag-pki.spec . . . * TRAC Ticket #468 - pkispawn throws exception --- base/deploy/scripts/operations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/deploy/scripts/operations') diff --git a/base/deploy/scripts/operations b/base/deploy/scripts/operations index 227250d59..63a6bdbe7 100644 --- a/base/deploy/scripts/operations +++ b/base/deploy/scripts/operations @@ -1210,7 +1210,7 @@ verify_symlinks() [resteasy-jaxrs.jar]=${RESTEASY_LIB}/resteasy-jaxrs.jar [resteasy-jettison-provider.jar]=${RESTEASY_LIB}/resteasy-jettison-provider.jar [scannotation.jar]=${java_dir}/scannotation.jar - [tomcatjss.jar]=${java_dir}/tomcat7jss.jar + [tomcatjss.jar]=${java_dir}/tomcatjss.jar [velocity.jar]=${java_dir}/velocity.jar [xerces-j2.jar]=${java_dir}/xerces-j2.jar [xml-commons-apis.jar]=${java_dir}/xml-commons-apis.jar -- cgit