summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/index.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2013-05-16 13:06:14 -0500
committerEndi S. Dewata <edewata@redhat.com>2013-06-10 13:35:22 -0400
commit0812c8d7583250d9ccbfbc3439083d1d2296b2f5 (patch)
treeed22e7a39a37ee87a36257170b00da7db11eca54 /base/tps/shared/webapps/tps/index.html
parente4656ce3f71f5cc0ba124ed5082a264e2689140b (diff)
downloadpki-0812c8d7583250d9ccbfbc3439083d1d2296b2f5.tar.gz
pki-0812c8d7583250d9ccbfbc3439083d1d2296b2f5.tar.xz
pki-0812c8d7583250d9ccbfbc3439083d1d2296b2f5.zip
Added Tomcat-based TPS instance.
The build and deployment tools have been modified to support creating a basic Tomcat instance to run TPS. New configuration and template files for TPS have been copied from another Tomcat subsystem. The TPS functionality itself will be added in future patches. Ticket #526
Diffstat (limited to 'base/tps/shared/webapps/tps/index.html')
-rw-r--r--base/tps/shared/webapps/tps/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/base/tps/shared/webapps/tps/index.html b/base/tps/shared/webapps/tps/index.html
new file mode 100644
index 000000000..30662d47a
--- /dev/null
+++ b/base/tps/shared/webapps/tps/index.html
@@ -0,0 +1,23 @@
+<!-- --- BEGIN COPYRIGHT BLOCK ---
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+ Copyright (C) 2007 Red Hat, Inc.
+ All rights reserved.
+ --- END COPYRIGHT BLOCK --- -->
+<html>
+<script lang="javascript">
+ // redirect to 'ROOT'
+ window.location = "/";
+</script>
+</html>