Skip to content

Commit

Permalink
Disabled the messaging subsystems as it cause errors in 6.1 Community.
Browse files Browse the repository at this point in the history
It does not add any benefits for now (nothing is receiving even
if we where to add a message queue).

Fixes loftuxab#120

Added som formatting as well for better readability.
  • Loading branch information
loftux committed Apr 12, 2019
1 parent f64b5df commit e1adf96
Showing 1 changed file with 31 additions and 23 deletions.
54 changes: 31 additions & 23 deletions tomcat/alfresco-global.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
## Common Alfresco Properties #
###############################

#
#-----------------------
# File locations
#-------------
#-----------------------
dir.root=/opt/alfresco/alf_data
dir.contentstore=${dir.root}/contentstore
dir.contentstore.deleted=${dir.root}/contentstore.deleted
Expand All @@ -14,9 +14,9 @@ dir.keystore=${dir.root}/keystore
solr.backup.alfresco.remoteBackupLocation=${dir.root}/backupsolr
solr.backup.archive.remoteBackupLocation=${dir.root}/backupsolr

#
#-----------------------
# Database
#-------------
#-----------------------
db.username=alfresco
db.password=alfresco
db.name=alfresco
Expand Down Expand Up @@ -55,9 +55,9 @@ db.pool.abandoned.log=false
#
system.serverMode=UNKNOWN

#
#-----------------------
# System paramaters
#-------------
#-----------------------
alfresco.context=alfresco
alfresco.host=@@ALFRESCO_REPO_SERVER@@
alfresco.port=8080
Expand Down Expand Up @@ -92,9 +92,15 @@ system.usages.enabled=true
#
sample.site.disabled=true

#
#-----------------------
# Messaging Queue
#-----------------------
# Disabled in Community install. See https://github.com/loftuxab/alfresco-ubuntu-install/issues/120
messaging.subsystem.autoStart=false

#-----------------------
# External locations
#-------------
#-----------------------
jodconverter.enabled=true
jodconverter.officeHome=/opt/libreoffice6.2
#Number of instances, add more port numbers for more
Expand All @@ -115,9 +121,9 @@ img.exe=/opt/alfresco/scripts/limitconvert.sh
img.root=/etc/ImageMagick
img.dyn=/usr/lib

#
#-----------------------
# Index
#-------------
#-----------------------
index.subsystem.name=solr6
solr.secureComms=none
solr.host=localhost
Expand All @@ -127,15 +133,15 @@ solr.port.ssl=8443
solr.backup.alfresco.cronExpression=0 0 2 * * ? 2099
solr.backup.archive.cronExpression=0 0 4 * * ? 2099

#
#-----------------------
# Workflow engine
#-------------
#-----------------------
system.workflow.engine.activiti.definitions.visible=true
system.workflow.engine.activiti.enabled=true

#
#-----------------------
# Activties Feed and Subscriptions
#-------------
#-----------------------
activities.feed.notifier.repeatIntervalMins=1440
activities.feed.notifier.enabled=false
activities.feed.max.size=100
Expand All @@ -145,8 +151,9 @@ subscriptions.enabled=true
# Feed notification period (every 24 hours at 08:30)
activities.feed.notifier.cronExpression=0 30 8 * * ?

#-----------------------
# Traschcan-cleaner
#-------------
#-----------------------
trashcan-cleaner.cron=0 0 2 * * ?
# the period for which trashcan items are kept (in java.time.Duration format).
# Default is 28 days, setting it to 90.
Expand All @@ -157,9 +164,9 @@ trashcan-cleaner.deleteBatchCount=1000
# Enable smart folders
smart.folders.enabled=false

#
#-----------------------
# Email
#-------------
#-----------------------
# Outbound Email Configuration
mail.host=smtp.example.com
mail.port=25
Expand Down Expand Up @@ -189,9 +196,9 @@ mail.testmessage.text=The Outbound SMTP email subsystem is working.
#imap.server.port=143
#imap.server.host=localhost

#
#-----------------------
# File Servers
#-------------
#-----------------------
# WebDAV initialization properties
system.webdav.servlet.enabled=true
system.webdav.rootPath=${protocols.rootPath}
Expand All @@ -205,17 +212,18 @@ cifs.netBIOSSMB.datagramPort=1138
ftp.enabled=false
ftp.port=2021

#
#-----------------------
# The default authentication chain
# To configure external authentication subsystems see:
# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems
#-------------
#-----------------------
#authentication.chain=alfrescoNtlm1:alfrescoNtlm


#

#-----------------------
# Configuration of max size for transformations.
#-------------
#-----------------------
content.transformer.OpenOffice.extensions.xlsm.pdf.maxSourceSizeKBytes=5120
content.transformer.OpenOffice.extensions.pptm.pdf.maxSourceSizeKBytes=5120
content.transformer.OpenOffice.extensions.xls.pdf.maxSourceSizeKBytes=10240
Expand Down

0 comments on commit e1adf96

Please sign in to comment.