Alfresco Global Properties

Anfangs lohnt es sich immer einen Blick in die Alfresco Global Properties zu machen

vi alf_root/tomcat/shared/classes/alfresco-global.properties

Überprüfen ob die Werte stimmen:

dir.root=/xxxx/xxxx/alfresco/alf_data

alfresco.context=alfresco
#alfresco.host=127.0.0.1
alfresco.host=host.url.tld
#alfresco.port=8080
alfresco.port=80
alfresco.protocol=http

share.context=share
#share.host=127.0.0.1
share.host=host.url.tld
#share.port=8080
share.port=80
share.protocol=http

### database connection properties ###
db.driver=org.postgresql.Driver
db.username=username
db.password=password
db.name=alfresco
db.url=jdbc:postgresql://localhost:5432/${db.name}