I'm testing out installing the alfresco-community-3.4.a.zip war package and it looks like it ships with some "test" modules:
alfresco-community/web-server/webapps/alfresco_war/WEB-INF/classes/alfresco/module/test:
alfresco-global.properties module-context.xml.sample module.properties.sample
alfresco-community/web-server/webapps/alfresco_war/WEB-INF/classes/alfresco/module/tests:
alfresco-global.properties
And when installed it appears that these alfresco-global.properties files are read:
15:37:55,931 INFO [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/var/lib/tomcat6/webapps/alfresco/WEB-INF/classes/alfresco/module/test/alfresco-global.properties]
15:37:55,931 INFO [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/var/lib/tomcat6/webapps/alfresco/WEB-INF/classes/alfresco/module/tests/alfresco-global.properties
Whereas before I just had a alfresco-global.properties file in the tomcat shared/classes directory, now that seems to be ignored. So, do I need to create a module my alfresco install now?