summaryrefslogtreecommitdiffstats
path: root/base/tks
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-06-11 17:48:05 -0400
committerEndi S. Dewata <edewata@redhat.com>2015-06-11 21:15:56 -0400
commit3b54cb0a675bbdf345e3fd5c914886483d98a821 (patch)
tree4a223162e579b6ea927dc7f34f6168a89ec14b0e /base/tks
parent8da79f75c9041b6391f7e100b690e4297c356d0a (diff)
downloadpki-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/tks')
-rw-r--r--base/tks/shared/webapps/tks/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/tks/shared/webapps/tks/index.html b/base/tks/shared/webapps/tks/index.html
index 30662d47a..a11324352 100644
--- a/base/tks/shared/webapps/tks/index.html
+++ b/base/tks/shared/webapps/tks/index.html
@@ -17,7 +17,6 @@
--- END COPYRIGHT BLOCK --- -->
<html>
<script lang="javascript">
- // redirect to 'ROOT'
- window.location = "/";
+ window.location = '/tks/services';
</script>
</html>