From 84610884fa52ad47599d2e78eaecb339f081b1ee Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Tue, 3 Mar 2015 15:18:39 -0700 Subject: PKI TRAC Ticket #1284 - pkispawn URL redirect issue (simple fix) --- base/server/python/pki/server/deployment/pkimessages.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 ecfbe5d0b..57752ff9f 100644 --- a/base/server/python/pki/server/deployment/pkimessages.py +++ b/base/server/python/pki/server/deployment/pkimessages.py @@ -354,7 +354,9 @@ PKI_CHECK_STATUS_MESSAGE = ''' systemctl status pki-tomcatd@%s.service ''' PKI_ACCESS_URL = " The URL for the subsystem is: \n"\ - " https://%s:%s/%s" + " https://%s:%s/%s/services" +PKI_ACCESS_TPS_URL = " The URL for the subsystem is: \n"\ + " https://%s:%s/%s" PKI_INSTANCE_RESTART_MESSAGE = \ " To restart the subsystem: \n"\ " systemctl restart pki-tomcatd@%s.service" -- cgit