From 5952a82975063c4ec27303091a44e586d1386933 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 27 Nov 2013 11:53:57 -0500 Subject: Moved web application context file. The location of web application context file has been changed from /webapps//META-INF/context.xml into /conf/Catalina/localhost/.xml. This will eventually allow deploying the web application directly from the shared folder. A new upgrade script has been added to move the context files in the existing instances. Ticket #499 --- base/server/etc/default.cfg | 3 --- 1 file changed, 3 deletions(-) (limited to 'base/server/etc/default.cfg') diff --git a/base/server/etc/default.cfg b/base/server/etc/default.cfg index b83fb144d..94d34b201 100644 --- a/base/server/etc/default.cfg +++ b/base/server/etc/default.cfg @@ -244,9 +244,6 @@ pki_tomcat_common_path=%(pki_instance_path)s/common pki_tomcat_common_lib_path=%(pki_tomcat_common_path)s/lib pki_tomcat_tmpdir_path=%(pki_instance_path)s/temp pki_tomcat_webapps_path=%(pki_instance_path)s/webapps -pki_tomcat_webapps_root_path=%(pki_tomcat_webapps_path)s/ROOT -pki_tomcat_webapps_common_path=%(pki_tomcat_webapps_path)s/pki -pki_tomcat_webapps_root_webinf_path=%(pki_tomcat_webapps_root_path)s/WEB-INF pki_tomcat_work_path=%(pki_instance_path)s/work pki_tomcat_work_catalina_path=%(pki_tomcat_work_path)s/Catalina pki_tomcat_work_catalina_host_path=%(pki_tomcat_work_catalina_path)s/localhost -- cgit