cancel
Showing results for 
Search instead for 
Did you mean: 

[solved] Alfresco 3.2/Tomcat 6 specific configuration files

labartan
Champ in-the-making
Champ in-the-making
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.
2 REPLIES 2

gronfelt
Champ in-the-making
Champ in-the-making
This was an issue with early builds of Alfresco 3.2 Community, see this topic:

http://forums.alfresco.com/en/viewtopic.php?f=8&t=20069&st=0&sk=t&sd=a

It should be fixed in any build thats newer than July 14th. I don't know if the official installation files have been updated, but otherwise a nightly build should do:

http://dev.alfresco.com/downloads/nightly/dist/

labartan
Champ in-the-making
Champ in-the-making
Thank you for answer. I will have a look to the nightly built