From 3c75fd731140e470467206e7cf331bf174da1f5b Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 17 Jun 2015 15:12:18 -0400 Subject: Fixed pkidaemon to show TPS status. The operations script and the server.xml templates have been modified to display TPS status in pkidaemon. https://fedorahosted.org/pki/ticket/1278 --- base/server/tomcat7/conf/server.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'base/server/tomcat7') diff --git a/base/server/tomcat7/conf/server.xml b/base/server/tomcat7/conf/server.xml index e6c4bd201..81ed5c4e3 100644 --- a/base/server/tomcat7/conf/server.xml +++ b/base/server/tomcat7/conf/server.xml @@ -63,6 +63,12 @@ Secure Admin URL = https://[PKI_HOSTNAME]:[PKI_ADMIN_SECURE_PORT]/tks/service PKI Console Command = pkiconsole https://[PKI_HOSTNAME]:[PKI_ADMIN_SECURE_PORT]/tks Tomcat Port = [TOMCAT_SERVER_PORT] (for shutdown) --> + + -- cgit