diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2015-06-11 17:48:05 -0400 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2015-06-11 21:15:56 -0400 |
| commit | 3b54cb0a675bbdf345e3fd5c914886483d98a821 (patch) | |
| tree | 4a223162e579b6ea927dc7f34f6168a89ec14b0e /base/server/python | |
| parent | 8da79f75c9041b6391f7e100b690e4297c356d0a (diff) | |
| download | pki-3b54cb0a675bbdf345e3fd5c914886483d98a821.tar.gz pki-3b54cb0a675bbdf345e3fd5c914886483d98a821.tar.xz pki-3b54cb0a675bbdf345e3fd5c914886483d98a821.zip | |
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://<hostname>:<port>/<subsystem>
In all subsystems except TPS the page will redirect to:
https://<hostname>:<port>/<subsystem>/services
Diffstat (limited to 'base/server/python')
| -rw-r--r-- | base/server/python/pki/server/deployment/pkimessages.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 @@ -371,9 +371,6 @@ PKI_CHECK_STATUS_MESSAGE = ''' 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 = ''' To restart the subsystem: |
