https://bz.apache.org/bugzilla/show_bug.cgi?id=61154
--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> --- Two ideas: A. Move manager and host-manager out of webapps, and deploy them via a context file? - It was like that in Tomcat 5.5 - I use this configuration when running with separate CATALINA_BASE and CATALINA_HOME, and documented the recipe in RUNNING.txt https://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/RUNNING.txt?revision=1735559&view=markup#l293 B. Implement some permission that whitelists the use of context.xml in manager, host-manager? The default catalina.policy already has special permissions for manager, thus this web application already has special configuration there. https://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/conf/catalina.policy?revision=1763403&view=markup#l199 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org