I would like to move my customized configuration files (i mean the working copy of WEB-INF/classes/alfresco/ in tomcat) to etc/alfresco/. What i understand from the article at http://wiki.alfresco.com/wiki/Repository_Configuration, this location needs to be added to the classpath. Is this correct? Or do i need to import them from the application-context.xml?
I solved my issue by putting the one custom configuration file in tomcat/shared and importing more configuration there from /etc/alfresco. This is good!