From 3974b82ec4cfd360fa13d5fc108191e78af31c32 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 5 Feb 2013 21:50:19 -0500 Subject: Added default config path. Previously the config path had to be defined in web.xml, so the web.xml had to be customized during deployment. The CMSStartServlet code now has been modified to generate the config path from catalina.base and webapp's context path by default. --- base/ca/shared/webapps/ca/WEB-INF/web.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/ca') diff --git a/base/ca/shared/webapps/ca/WEB-INF/web.xml b/base/ca/shared/webapps/ca/WEB-INF/web.xml index 286d1e33f..582a717a2 100644 --- a/base/ca/shared/webapps/ca/WEB-INF/web.xml +++ b/base/ca/shared/webapps/ca/WEB-INF/web.xml @@ -332,8 +332,6 @@ com.netscape.cms.servlet.base.CMSStartServlet AuthzMgr BasicAclAuthz - cfgPath - [PKI_INSTANCE_PATH]/conf/[PKI_SUBSYSTEM_DIR]CS.cfg ID castart 1 -- cgit