Hello,
I'm trying to install Alfresco 3.2 Tomcat Bundle on CentOs/RedHat 5.
My authentication subsystems configuration files are placed into /opt/Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication subdirectories but those files are not read by tomcat when I start it, the global files are read instead (I mean files located in WEB-INF directory from alfresco.war : /opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication ).
The only file which is taken in consideration by tomcat from the shared direcory is the file /opt/Alfresco/tomcat/shared/classes/alfresco-global.properties.
I had a look to the configuration file /opt/Alfresco/tomcat/conf/catalina.properties, the following line is in it, so tomcat should read files in shared folders …
shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar
Those anyone know what to do ? Or at least what to verify ?
Thank you for your help.