From 7c622a4e5714af8f83ce30022c970cc36c2ee597 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 28 Aug 2012 14:14:54 -0500 Subject: 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 --- base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml') diff --git a/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml b/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml index b1e625975..040e7f7ed 100644 --- a/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml +++ b/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml @@ -7,6 +7,8 @@ PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "file:///usr/share/pki/setup/web-app_2_3.dtd"> + Online Certificate Status Protocol Manager + csadmin-wizard com.netscape.cms.servlet.wizard.WizardServlet -- cgit