From 42667acb21cee0ce73c58aaf55aea8fee19620ff Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 24 Feb 2015 21:02:13 -0500 Subject: Added support for Tomcat 8. The Dogtag code has been modified to support both Tomcat 7 and 8. All files depending on a specific Tomcat version are now stored in separate folders. The build scripts have been modified to use the proper folder for the target platform. The tomcatjss dependency has been updated as well. The upgrade script will be added in a separate patch. https://fedorahosted.org/pki/ticket/1264 --- base/kra/tomcat8/CMakeLists.txt | 6 ++++ base/kra/tomcat8/conf/Catalina/localhost/kra.xml | 39 ++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 base/kra/tomcat8/CMakeLists.txt create mode 100644 base/kra/tomcat8/conf/Catalina/localhost/kra.xml (limited to 'base/kra/tomcat8') diff --git a/base/kra/tomcat8/CMakeLists.txt b/base/kra/tomcat8/CMakeLists.txt new file mode 100644 index 000000000..5c324e441 --- /dev/null +++ b/base/kra/tomcat8/CMakeLists.txt @@ -0,0 +1,6 @@ +install( + DIRECTORY + conf/ + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/conf/ +) diff --git a/base/kra/tomcat8/conf/Catalina/localhost/kra.xml b/base/kra/tomcat8/conf/Catalina/localhost/kra.xml new file mode 100644 index 000000000..2c045dec7 --- /dev/null +++ b/base/kra/tomcat8/conf/Catalina/localhost/kra.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + -- cgit