How do you override web.xml in an Alfresco Share amp?
问题 I want to remove some of the configuration from the Alfresco Share web.xml . That file lives at $TOMCAT_HOME/webapps/share/WEB-INF/web.xml so I added the customized file to $AMP_FOLDER/_share/config/META-INF/WEB-INF/web.xml . The WEB-INF folder lives at the same level as other customizations - compentents and css - which get mapped to the share.war correctly. The web.xml file appears to just get ignored though ( find $TOMCAT_HOME/webapps/share -name web.xml only finds the old version of the