From 3b54cb0a675bbdf345e3fd5c914886483d98a821 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 11 Jun 2015 17:48:05 -0400 Subject: Cleaned up links in main page. The ROOT's index.jsp has been modified to show the links to all subsystems installed on the instance. When opened, it will show the services provided by the subsystem. The pkispawn output has been modified to show the subsystem URL more consistently: https://:/ In all subsystems except TPS the page will redirect to: https://://services --- base/server/python/pki/server/deployment/pkimessages.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'base/server/python') diff --git a/base/server/python/pki/server/deployment/pkimessages.py b/base/server/python/pki/server/deployment/pkimessages.py index 0e7d143dd..5d357dd7f 100644 --- a/base/server/python/pki/server/deployment/pkimessages.py +++ b/base/server/python/pki/server/deployment/pkimessages.py @@ -370,9 +370,6 @@ PKI_CHECK_STATUS_MESSAGE = ''' To check the status of the subsystem: systemctl status pki-tomcatd@%s.service''' PKI_ACCESS_URL = ''' - The URL for the subsystem is: - https://%s:%s/%s/services''' -PKI_ACCESS_TPS_URL = ''' The URL for the subsystem is: https://%s:%s/%s''' PKI_INSTANCE_RESTART_MESSAGE = ''' -- cgit