From d48dbcb710bde0df445ab190fe4dc77c4fe3861d Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Mon, 13 Jul 2015 14:15:40 -0600 Subject: remove inaccessible URLs from server.xml - PKI TRAC Ticket #1443 - pkidaemon status tomcat list URLs under PKI subsystems which are not accessible --- base/common/upgrade/10.2.6/.gitignore | 4 +++ base/server/tomcat7/conf/server.xml | 3 -- base/server/tomcat8/conf/server.xml | 3 -- .../10.2.6/01-RemoveInaccessableURLsFromServerXML | 40 ++++++++++++++++++++++ 4 files changed, 44 insertions(+), 6 deletions(-) create mode 100644 base/common/upgrade/10.2.6/.gitignore create mode 100755 base/server/upgrade/10.2.6/01-RemoveInaccessableURLsFromServerXML (limited to 'base') diff --git a/base/common/upgrade/10.2.6/.gitignore b/base/common/upgrade/10.2.6/.gitignore new file mode 100644 index 000000000..5e7d2734c --- /dev/null +++ b/base/common/upgrade/10.2.6/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/base/server/tomcat7/conf/server.xml b/base/server/tomcat7/conf/server.xml index 81ed5c4e3..c52bd5bab 100644 --- a/base/server/tomcat7/conf/server.xml +++ b/base/server/tomcat7/conf/server.xml @@ -32,7 +32,6 @@ Unsecure URL = http://[PKI_HOSTNAME]:[PKI_UNSECURE_PORT]/ca/ee/ca Secure Agent URL = https://[PKI_HOSTNAME]:[PKI_AGENT_SECURE_PORT]/ca/agent/ca Secure EE URL = https://[PKI_HOSTNAME]:[PKI_EE_SECURE_PORT]/ca/ee/ca Secure Admin URL = https://[PKI_HOSTNAME]:[PKI_ADMIN_SECURE_PORT]/ca/services -EE Client Auth URL = https://[PKI_HOSTNAME]:[PKI_EE_SECURE_CLIENT_AUTH_PORT]/ca/eeca/ca PKI Console Command = pkiconsole https://[PKI_HOSTNAME]:[PKI_ADMIN_SECURE_PORT]/ca Tomcat Port = [TOMCAT_SERVER_PORT] (for shutdown) --> @@ -40,7 +39,6 @@ Tomcat Port = [TOMCAT_SERVER_PORT] (for shutdown) @@ -40,7 +39,6 @@ Tomcat Port = [TOMCAT_SERVER_PORT] (for shutdown)