summaryrefslogtreecommitdiffstats
path: root/base/common
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-08-28 14:14:54 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-09-12 12:38:58 -0500
commit7c622a4e5714af8f83ce30022c970cc36c2ee597 (patch)
tree37391f70339126337560bd424bf6aa34b4f52185 /base/common
parente455ddd81b3ef74e4b88ad34e7cd9e07e4c491b8 (diff)
downloadpki-7c622a4e5714af8f83ce30022c970cc36c2ee597.tar.gz
pki-7c622a4e5714af8f83ce30022c970cc36c2ee597.tar.xz
pki-7c622a4e5714af8f83ce30022c970cc36c2ee597.zip
Added common ROOT webapp.
The current ROOT webapp will redirect users coming to the root URL path to the proper path of the subsystem's webapp. Since now a single Tomcat instance may have multiple subsystems, a new ROOT webapp has been added to present the user with a menu of all available webapps from all subsystems in the instance. Ticket #89
Diffstat (limited to 'base/common')
-rw-r--r--base/common/CMakeLists.txt2
-rw-r--r--base/common/shared/webapps/ROOT/META-INF/context.xml27
-rw-r--r--base/common/shared/webapps/ROOT/WEB-INF/web.xml25
-rw-r--r--base/common/shared/webapps/ROOT/index.jsp209
4 files changed, 262 insertions, 1 deletions
diff --git a/base/common/CMakeLists.txt b/base/common/CMakeLists.txt
index f602ae943..1a308ebb9 100644
--- a/base/common/CMakeLists.txt
+++ b/base/common/CMakeLists.txt
@@ -33,7 +33,7 @@ install(
DESTINATION
${DATA_INSTALL_DIR}/shared/
PATTERN
- "lib/" EXCLUDE
+ "lib/*" EXCLUDE
)
# install empty directories
diff --git a/base/common/shared/webapps/ROOT/META-INF/context.xml b/base/common/shared/webapps/ROOT/META-INF/context.xml
new file mode 100644
index 000000000..c29b4586e
--- /dev/null
+++ b/base/common/shared/webapps/ROOT/META-INF/context.xml
@@ -0,0 +1,27 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!-- BEGIN COPYRIGHT BLOCK
+ Copyright (C) 2012 Red Hat, Inc.
+ All rights reserved.
+ Modifications: configuration parameters
+ END COPYRIGHT BLOCK
+-->
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<Context crossContext="true" allowLinking="true">
+
+</Context>
diff --git a/base/common/shared/webapps/ROOT/WEB-INF/web.xml b/base/common/shared/webapps/ROOT/WEB-INF/web.xml
new file mode 100644
index 000000000..54e880610
--- /dev/null
+++ b/base/common/shared/webapps/ROOT/WEB-INF/web.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
+ version="2.4">
+
+ <display-name>PKI</display-name>
+
+</web-app>
diff --git a/base/common/shared/webapps/ROOT/index.jsp b/base/common/shared/webapps/ROOT/index.jsp
new file mode 100644
index 000000000..f45272f54
--- /dev/null
+++ b/base/common/shared/webapps/ROOT/index.jsp
@@ -0,0 +1,209 @@
+<!-- --- 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) 2012 Red Hat, Inc.
+ All rights reserved.
+ --- END COPYRIGHT BLOCK --- -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<title>Certificate System</title>
+<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
+<link rel="shortcut icon" href="/pki/img/favicon.ico" />
+<link rel="stylesheet" href="/pki/css/pki-base.css" type="text/css" />
+</head>
+<body bgcolor="#FFFFFF" link="#666699" vlink="#666699" alink="#333366">
+
+<div id="header">
+ <a href="http://pki.fedoraproject.org/" title="Visit pki.fedoraproject.org for more information about Dogtag products and services"><img src="/pki/img/logo_header.gif" alt="Dogtag" id="myLogo" /></a>
+ <div id="headertitle">
+ <a href="/" title="Dogtag Network homepage">Dogtag<sup><font size="-2">&reg;</font></sup> Certificate System</a>
+ </div>
+ <div id="account">
+ <dl><dt><span></span></dt><dd></dd></dl>
+ </div>
+</div>
+
+<div id="mainNavOuter">
+<div id="mainNav">
+<div id="mainNavInner">
+
+</div><!-- end mainNavInner -->
+</div><!-- end mainNav -->
+</div><!-- end mainNavOuter -->
+
+
+<div id="bar">
+
+<div id="systembar">
+<div id="systembarinner">
+
+<div>
+ -
+</div>
+
+
+</div>
+</div>
+
+</div>
+
+
+<center>
+
+<%
+ ServletContext caContext = getServletContext().getContext("/ca");
+ String caName = caContext.getServletContextName();
+ String caPath = caContext.getContextPath();
+ if (!"".equals(caPath)) {
+%>
+<p>
+<font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">
+<%= caName %>
+</font>
+</p>
+
+<table border="0" cellspacing="0" cellpadding="0">
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/ca/ee/ca">End Users Services</a></font>
+ </td>
+</tr>
+<%
+ if (request.isSecure()) {
+%>
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/ca/agent/ca">Agent Services</a></font>
+ </td>
+</tr>
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/ca/services">Admin Services</a></font>
+ </td>
+</tr>
+<%
+ }
+%>
+</table>
+
+<br>
+
+<%
+ }
+
+ ServletContext kraContext = getServletContext().getContext("/kra");
+ String kraName = kraContext.getServletContextName();
+ String kraPath = kraContext.getContextPath();
+ if (!"".equals(kraPath) && request.isSecure()) {
+%>
+<p>
+<font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">
+<%= kraName %>
+</font>
+</p>
+
+<table border="0" cellspacing="0" cellpadding="0">
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/kra/agent/kra">Agent Services</a></font>
+ </td>
+</tr>
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/kra/services">Admin Services</a></font>
+ </td>
+</tr>
+</table>
+
+<br>
+
+<%
+ }
+
+ ServletContext ocspContext = getServletContext().getContext("/ocsp");
+ String ocspName = ocspContext.getServletContextName();
+ String ocspPath = ocspContext.getContextPath();
+ if (!"".equals(ocspPath) && request.isSecure()) {
+%>
+<p>
+<font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">
+<%= ocspName %>
+</font>
+</p>
+
+<table border="0" cellspacing="0" cellpadding="0">
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/ocsp/agent/ocsp">Agent Services</a></font>
+ </td>
+</tr>
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/ocsp/services">Admin Services</a></font>
+ </td>
+</tr>
+</table>
+
+<br>
+
+<%
+ }
+
+ ServletContext tksContext = getServletContext().getContext("/tks");
+ String tksName = tksContext.getServletContextName();
+ String tksPath = tksContext.getContextPath();
+ if (!"".equals(tksPath) && request.isSecure()) {
+%>
+<p>
+<font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">
+<%= tksName %>
+</font>
+</p>
+
+<table border="0" cellspacing="0" cellpadding="0">
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/tks/agent/tks">Agent Services</a></font>
+ </td>
+</tr>
+<tr valign="TOP">
+ <td>
+ <li><font size=4 face="PrimaSans BT, Verdana, sans-serif">
+ <a href="/tks/services">Admin Services</a></font>
+ </td>
+</tr>
+</table>
+
+<br>
+
+<%
+ }
+%>
+
+</center>
+
+<div id="footer">
+</div>
+
+</body>
+</html>