From 0ce6c97e4fe0e36786b78c273833b8f1dfbc12b4 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Tue, 3 Jul 2012 17:52:33 -0700 Subject: PKI Deployment Scriptlets * Integration of Tomcat 7 * Introduction of dependency upon tomcatjss 7.0 * Removal of http filtering configuration mechanisms * Introduction of additional slot substitution to support revised filesystem layout * Addition of 'pkiuser' uid:gid creation methods * Inclusion of per instance '*.profile' files * Introduction of configurable 'configurationRoot' parameter * Introduction of default configuration of 'log4j' mechanism (alee) * Modify web.xml to use new Application classes to bootstrap servers (alee) * Introduction of "Wrapper" logic to support Tomcat 6 --> Tomcat 7 API change (jmagne) * Added jython helper function to allow attaching a remote java debugger (e. g. - eclipse) --- base/kra/shared/webapps/kra/WEB-INF/web.xml | 101 +++------------------------- 1 file changed, 8 insertions(+), 93 deletions(-) (limited to 'base/kra/shared/webapps/kra') diff --git a/base/kra/shared/webapps/kra/WEB-INF/web.xml b/base/kra/shared/webapps/kra/WEB-INF/web.xml index c6e9934eb..273ca1fa4 100644 --- a/base/kra/shared/webapps/kra/WEB-INF/web.xml +++ b/base/kra/shared/webapps/kra/WEB-INF/web.xml @@ -3,71 +3,6 @@ PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "file:///usr/share/pki/setup/web-app_2_3.dtd"> - - AgentRequestFilter - com.netscape.cms.servlet.filter.AgentRequestFilter - - https_port - [PKI_AGENT_SECURE_PORT] - -[PKI_OPEN_ENABLE_PROXY_COMMENT] - - proxy_port - [PKI_PROXY_SECURE_PORT] - -[PKI_CLOSE_ENABLE_PROXY_COMMENT] - - active - true - - - - - AdminRequestFilter - com.netscape.cms.servlet.filter.AdminRequestFilter - - https_port - [PKI_ADMIN_SECURE_PORT] - -[PKI_OPEN_ENABLE_PROXY_COMMENT] - - proxy_port - [PKI_PROXY_SECURE_PORT] - -[PKI_CLOSE_ENABLE_PROXY_COMMENT] - - active - true - - - - - EERequestFilter - com.netscape.cms.servlet.filter.EERequestFilter - - http_port - [PKI_UNSECURE_PORT] - - - https_port - [PKI_EE_SECURE_PORT] - -[PKI_OPEN_ENABLE_PROXY_COMMENT] - - proxy_port - [PKI_PROXY_SECURE_PORT] - - - proxy_http_port - [PKI_PROXY_UNSECURE_PORT] - -[PKI_CLOSE_ENABLE_PROXY_COMMENT] - - active - true - - - csadmin-wizard com.netscape.cms.servlet.wizard.WizardServlet @@ -640,7 +575,7 @@ AuthzMgr BasicAclAuthz cfgPath - [PKI_INSTANCE_PATH]/conf/CS.cfg + [PKI_INSTANCE_PATH]/conf/[PKI_SUBSYSTEM_DIR]CS.cfg ID krastart 1 @@ -756,10 +691,9 @@ ee - - resteasy.scan - true - + + org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap + resteasy.servlet.mapping.prefix @@ -776,31 +710,12 @@ Resteasy org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher + + javax.ws.rs.Application + com.netscape.kra.KeyRecoveryAuthorityApplication + -[PKI_OPEN_SEPARATE_PORTS_WEB_COMMENT] - - AgentRequestFilter - /agent/* - - - - AdminRequestFilter - /admin/* - /auths - /server - /log - /ug - /acl - /kra - - - - EERequestFilter - /ee/* - -[PKI_CLOSE_SEPARATE_PORTS_WEB_COMMENT] - Resteasy /pki/* -- cgit