SlideShare a Scribd company logo
###############################
## Common Alfresco Properties #
###############################

#
# Sample custom content and index data location
#
dir.root=c:/alfresco/alf_data
#dir.keystore=${dir.root}/keystore

#
# Sample database connection properties
#
#db.username=alfresco
#db.password=alfresco

#
# External locations
#-------------
ooo.exe=c:/Program Files (x86)/OpenOffice.org 3/program/soffice.exe
ooo.enabled=true
jodconverter.officeHome=./OpenOffice.org
jodconverter.portNumbers=8101
jodconverter.enabled=true
img.root=c:/Alfresco/ImageMagick
swf.exe=c:/Alfresco/swftools/pdf2swf.exe

#
# Property to control whether schema updates are performed automatically.
# Updates must be enabled during upgrades as, apart from the static upgrade
scripts,
# there are also auto-generated update scripts that will need to be executed.
After
# upgrading to a new version, this can be disabled.
#
#db.schema.update=true

#
# MySQL connection
#
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost:3306/alfresco?
useUnicode=yes&characterEncoding=UTF-8

#
# Oracle connection
#
#db.driver=oracle.jdbc.OracleDriver
#db.url=jdbc:oracle:thin:@localhost:1521:alfresco

#
# SQLServer connection
# Requires jTDS driver version 1.2.5 and SNAPSHOT isolation mode
# Enable TCP protocol on fixed port 1433
# Prepare the database with:
# ALTER DATABASE alfresco SET ALLOW_SNAPSHOT_ISOLATION ON;
#
#db.driver=net.sourceforge.jtds.jdbc.Driver
#db.url=jdbc:jtds:sqlserver://localhost:1433/alfresco
#db.txn.isolation=4096

#
# PostgreSQL connection (requires postgresql-8.2-504.jdbc3.jar or equivalent)
#
#db.driver=org.postgresql.Driver
#db.url=jdbc:postgresql://localhost:5432/alfresco

#
# DB2 connection
#
#db.driver=com.ibm.db2.jcc.DB2Driver
#db.url=jdbc:db2://localhost:50000/alfresco:retrieveMessagesFromServerOnGetMessa
ge=true;

#
# Index Recovery Mode
#-------------
#index.recovery.mode=AUTO

#
# Outbound Email Configuration
#-------------
mail.host=smtp.gmail.com
mail.port=465
mail.username=techspecialistlimited@gmail.com
mail.password=password@1
mail.protocol=smtps
mail.encoding=UTF-8
mail.from.default=alfresco@alfresco.org
mail.smtps.auth=true
mail.smtps.starttls.enable=true

#
# Alfresco Email Service and Email Server
#-------------

# Enable/Disable the inbound email service. The service could be used by
processes other than
# the Email Server (e.g. direct RMI access) so this flag is independent of the
Email Service.
#-------------
#email.inbound.enabled=true

# Email Server properties
#-------------
#email.server.enabled=true
#email.server.port=25
#email.server.domain=alfresco.com
#email.inbound.unknownUser=anonymous

# A comma separated list of email REGEX patterns of allowed senders.
# If there are any values in the list then all sender email addresses
# must match. For example:
#   .*@alfresco.com, .*@alfresco.org
# Allow anyone:
#-------------
#email.server.allowed.senders=.*

#
# The default authentication chain
# To configure external authentication subsystems see:
# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems
#-------------
#authentication.chain=alfrescoNtlm1:alfrescoNtlm
authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru,ldap1:ldap
#
# URL Generation Parameters (The ${localname} token is replaced by the local
server name)
#-------------
#alfresco.context=alfresco
#alfresco.host=${localname}
#alfresco.port=8080
#alfresco.protocol=http
#
#share.context=share
#share.host=${localname}
#share.port=8080
#share.protocol=http

imap.server.enabled=true
imap.server.port=143
imap.server.host=192.168.5.24

# Default value of alfresco.rmi.services.host is 0.0.0.0 which means 'listen on
all adapters'.
# This allows connections to JMX both remotely and locally.
#
alfresco.rmi.services.host=0.0.0.0

#
# RMI service ports for the individual services.
# These seven services are available remotely.
#
# Assign individual ports for each service for best performance
# or run several services on the same port. You can even run everything on 50500
if needed.
#
# Select 0 to use a random unused port.
#
#avm.rmi.service.port=50501
#avmsync.rmi.service.port=50502
#attribute.rmi.service.port=50503
#authentication.rmi.service.port=50504
#repo.rmi.service.port=50505
#action.rmi.service.port=50506
#wcm-deployment-receiver.rmi.service.port=50507
#monitor.rmi.service.port=50508

More Related Content

What's hot

Silex: From nothing to an API
Silex: From nothing to an APISilex: From nothing to an API
Silex: From nothing to an API
chrisdkemper
 
Gem christmas calendar
Gem christmas calendarGem christmas calendar
Gem christmas calendar
erichsen
 
21.search in laravel
21.search in laravel21.search in laravel
21.search in laravel
Razvan Raducanu, PhD
 
Does your configuration code smell?
Does your configuration code smell?Does your configuration code smell?
Does your configuration code smell?
Tushar Sharma
 
Damien seguy php 5.6
Damien seguy php 5.6Damien seguy php 5.6
Damien seguy php 5.6
Damien Seguy
 
Cassandra Seattle Tech Startups 3-10-10
Cassandra Seattle Tech Startups 3-10-10Cassandra Seattle Tech Startups 3-10-10
Cassandra Seattle Tech Startups 3-10-10
egpeters
 
NoSQL Cassandra Talk for Seattle Tech Startups 3-10-10
NoSQL Cassandra Talk for Seattle Tech Startups 3-10-10NoSQL Cassandra Talk for Seattle Tech Startups 3-10-10
NoSQL Cassandra Talk for Seattle Tech Startups 3-10-10
egpeters
 

What's hot (7)

Silex: From nothing to an API
Silex: From nothing to an APISilex: From nothing to an API
Silex: From nothing to an API
 
Gem christmas calendar
Gem christmas calendarGem christmas calendar
Gem christmas calendar
 
21.search in laravel
21.search in laravel21.search in laravel
21.search in laravel
 
Does your configuration code smell?
Does your configuration code smell?Does your configuration code smell?
Does your configuration code smell?
 
Damien seguy php 5.6
Damien seguy php 5.6Damien seguy php 5.6
Damien seguy php 5.6
 
Cassandra Seattle Tech Startups 3-10-10
Cassandra Seattle Tech Startups 3-10-10Cassandra Seattle Tech Startups 3-10-10
Cassandra Seattle Tech Startups 3-10-10
 
NoSQL Cassandra Talk for Seattle Tech Startups 3-10-10
NoSQL Cassandra Talk for Seattle Tech Startups 3-10-10NoSQL Cassandra Talk for Seattle Tech Startups 3-10-10
NoSQL Cassandra Talk for Seattle Tech Startups 3-10-10
 

Similar to alfresco-global.properties

Kafka and kafka connect
Kafka and kafka connectKafka and kafka connect
Kafka and kafka connect
Touraj Ebrahimi
 
Getfilestruct zbksh
Getfilestruct zbkshGetfilestruct zbksh
Getfilestruct zbksh
Ben Pope
 
Getfilestruct zbksh(1)
Getfilestruct zbksh(1)Getfilestruct zbksh(1)
Getfilestruct zbksh(1)
Ben Pope
 
Httpd.conf
Httpd.confHttpd.conf
Httpd.conf
ayanoaccount
 
alfresco-global.properties-COMPLETO-3.4.6
alfresco-global.properties-COMPLETO-3.4.6alfresco-global.properties-COMPLETO-3.4.6
alfresco-global.properties-COMPLETO-3.4.6
alfrescosedemo
 
Squid3
Squid3Squid3
Squid3
Facebook
 
Squid3
Squid3Squid3
Squid3
Facebook
 
One Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12cOne Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12c
Josh Turner
 
Flask SQLAlchemy
Flask SQLAlchemy Flask SQLAlchemy
Flask SQLAlchemy
Eueung Mulyana
 
Rac
RacRac
Instalacion ambiente web am en linux red hat
Instalacion ambiente web am en linux red hatInstalacion ambiente web am en linux red hat
Instalacion ambiente web am en linux red hat
Janneth Parra
 
Laravel Security Standards
Laravel Security Standards Laravel Security Standards
Laravel Security Standards
Singsys Pte Ltd
 
Let's play a game with blackfire player
Let's play a game with blackfire playerLet's play a game with blackfire player
Let's play a game with blackfire player
Marcin Czarnecki
 
Watch Me Install Alfresco
Watch Me Install AlfrescoWatch Me Install Alfresco
Watch Me Install Alfresco
Alfresco Software
 
Ex200
Ex200Ex200
Linux administration ii-parti
Linux administration ii-partiLinux administration ii-parti
Linux administration ii-parti
Sehla Loussaief Zayen
 
php drupal mysql MAMP
php drupal mysql MAMPphp drupal mysql MAMP
php drupal mysql MAMP
Jing Cheng
 
From Zero to Hero with Kafka Connect (Robin Moffat, Confluent) Kafka Summit L...
From Zero to Hero with Kafka Connect (Robin Moffat, Confluent) Kafka Summit L...From Zero to Hero with Kafka Connect (Robin Moffat, Confluent) Kafka Summit L...
From Zero to Hero with Kafka Connect (Robin Moffat, Confluent) Kafka Summit L...
confluent
 
Oracle applications r12.2.0 installation on linux
Oracle applications r12.2.0 installation on linuxOracle applications r12.2.0 installation on linux
Oracle applications r12.2.0 installation on linux
Ravi Kumar Lanke
 
Ruby on Rails: Tasty Burgers
Ruby on Rails: Tasty BurgersRuby on Rails: Tasty Burgers
Ruby on Rails: Tasty Burgers
Aaron Patterson
 

Similar to alfresco-global.properties (20)

Kafka and kafka connect
Kafka and kafka connectKafka and kafka connect
Kafka and kafka connect
 
Getfilestruct zbksh
Getfilestruct zbkshGetfilestruct zbksh
Getfilestruct zbksh
 
Getfilestruct zbksh(1)
Getfilestruct zbksh(1)Getfilestruct zbksh(1)
Getfilestruct zbksh(1)
 
Httpd.conf
Httpd.confHttpd.conf
Httpd.conf
 
alfresco-global.properties-COMPLETO-3.4.6
alfresco-global.properties-COMPLETO-3.4.6alfresco-global.properties-COMPLETO-3.4.6
alfresco-global.properties-COMPLETO-3.4.6
 
Squid3
Squid3Squid3
Squid3
 
Squid3
Squid3Squid3
Squid3
 
One Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12cOne Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12c
 
Flask SQLAlchemy
Flask SQLAlchemy Flask SQLAlchemy
Flask SQLAlchemy
 
Rac
RacRac
Rac
 
Instalacion ambiente web am en linux red hat
Instalacion ambiente web am en linux red hatInstalacion ambiente web am en linux red hat
Instalacion ambiente web am en linux red hat
 
Laravel Security Standards
Laravel Security Standards Laravel Security Standards
Laravel Security Standards
 
Let's play a game with blackfire player
Let's play a game with blackfire playerLet's play a game with blackfire player
Let's play a game with blackfire player
 
Watch Me Install Alfresco
Watch Me Install AlfrescoWatch Me Install Alfresco
Watch Me Install Alfresco
 
Ex200
Ex200Ex200
Ex200
 
Linux administration ii-parti
Linux administration ii-partiLinux administration ii-parti
Linux administration ii-parti
 
php drupal mysql MAMP
php drupal mysql MAMPphp drupal mysql MAMP
php drupal mysql MAMP
 
From Zero to Hero with Kafka Connect (Robin Moffat, Confluent) Kafka Summit L...
From Zero to Hero with Kafka Connect (Robin Moffat, Confluent) Kafka Summit L...From Zero to Hero with Kafka Connect (Robin Moffat, Confluent) Kafka Summit L...
From Zero to Hero with Kafka Connect (Robin Moffat, Confluent) Kafka Summit L...
 
Oracle applications r12.2.0 installation on linux
Oracle applications r12.2.0 installation on linuxOracle applications r12.2.0 installation on linux
Oracle applications r12.2.0 installation on linux
 
Ruby on Rails: Tasty Burgers
Ruby on Rails: Tasty BurgersRuby on Rails: Tasty Burgers
Ruby on Rails: Tasty Burgers
 

More from techecm

Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdfGetting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
techecm
 
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdfGetting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
techecm
 
ssp net.txt
ssp net.txtssp net.txt
ssp net.txt
techecm
 
ssp net.txt
ssp net.txtssp net.txt
ssp net.txt
techecm
 
ssp net.txt
ssp net.txtssp net.txt
ssp net.txt
techecm
 
ssp net.txt
ssp net.txtssp net.txt
ssp net.txt
techecm
 
ssp net.txt
ssp net.txtssp net.txt
ssp net.txt
techecm
 
TOYIN.txt
TOYIN.txtTOYIN.txt
TOYIN.txt
techecm
 
alfresco-global.properties
alfresco-global.propertiesalfresco-global.properties
alfresco-global.properties
techecm
 
GENERAL INFORMATION GATHERING ON ALFRECSO POC.docx
GENERAL INFORMATION GATHERING ON ALFRECSO POC.docxGENERAL INFORMATION GATHERING ON ALFRECSO POC.docx
GENERAL INFORMATION GATHERING ON ALFRECSO POC.docx
techecm
 
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdfGetting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
techecm
 
alfresco-global.properties
alfresco-global.propertiesalfresco-global.properties
alfresco-global.properties
techecm
 
Getting started with_alfresco_records_management_enterprise
Getting started with_alfresco_records_management_enterpriseGetting started with_alfresco_records_management_enterprise
Getting started with_alfresco_records_management_enterprise
techecm
 
CORPORATION
CORPORATIONCORPORATION
CORPORATION
techecm
 
Contact Details.docx
Contact Details.docxContact Details.docx
Contact Details.docx
techecm
 
Contact Details.docx
Contact Details.docxContact Details.docx
Contact Details.docx
techecm
 

More from techecm (16)

Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdfGetting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
 
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdfGetting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
 
ssp net.txt
ssp net.txtssp net.txt
ssp net.txt
 
ssp net.txt
ssp net.txtssp net.txt
ssp net.txt
 
ssp net.txt
ssp net.txtssp net.txt
ssp net.txt
 
ssp net.txt
ssp net.txtssp net.txt
ssp net.txt
 
ssp net.txt
ssp net.txtssp net.txt
ssp net.txt
 
TOYIN.txt
TOYIN.txtTOYIN.txt
TOYIN.txt
 
alfresco-global.properties
alfresco-global.propertiesalfresco-global.properties
alfresco-global.properties
 
GENERAL INFORMATION GATHERING ON ALFRECSO POC.docx
GENERAL INFORMATION GATHERING ON ALFRECSO POC.docxGENERAL INFORMATION GATHERING ON ALFRECSO POC.docx
GENERAL INFORMATION GATHERING ON ALFRECSO POC.docx
 
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdfGetting_Started_with_Alfresco_Records_Management_Enterprise.pdf
Getting_Started_with_Alfresco_Records_Management_Enterprise.pdf
 
alfresco-global.properties
alfresco-global.propertiesalfresco-global.properties
alfresco-global.properties
 
Getting started with_alfresco_records_management_enterprise
Getting started with_alfresco_records_management_enterpriseGetting started with_alfresco_records_management_enterprise
Getting started with_alfresco_records_management_enterprise
 
CORPORATION
CORPORATIONCORPORATION
CORPORATION
 
Contact Details.docx
Contact Details.docxContact Details.docx
Contact Details.docx
 
Contact Details.docx
Contact Details.docxContact Details.docx
Contact Details.docx
 

alfresco-global.properties

  • 1. ############################### ## Common Alfresco Properties # ############################### # # Sample custom content and index data location # dir.root=c:/alfresco/alf_data #dir.keystore=${dir.root}/keystore # # Sample database connection properties # #db.username=alfresco #db.password=alfresco # # External locations #------------- ooo.exe=c:/Program Files (x86)/OpenOffice.org 3/program/soffice.exe ooo.enabled=true jodconverter.officeHome=./OpenOffice.org jodconverter.portNumbers=8101 jodconverter.enabled=true img.root=c:/Alfresco/ImageMagick swf.exe=c:/Alfresco/swftools/pdf2swf.exe # # Property to control whether schema updates are performed automatically. # Updates must be enabled during upgrades as, apart from the static upgrade scripts, # there are also auto-generated update scripts that will need to be executed. After # upgrading to a new version, this can be disabled. # #db.schema.update=true # # MySQL connection # db.driver=org.gjt.mm.mysql.Driver db.url=jdbc:mysql://localhost:3306/alfresco? useUnicode=yes&characterEncoding=UTF-8 # # Oracle connection # #db.driver=oracle.jdbc.OracleDriver #db.url=jdbc:oracle:thin:@localhost:1521:alfresco # # SQLServer connection # Requires jTDS driver version 1.2.5 and SNAPSHOT isolation mode # Enable TCP protocol on fixed port 1433 # Prepare the database with: # ALTER DATABASE alfresco SET ALLOW_SNAPSHOT_ISOLATION ON; # #db.driver=net.sourceforge.jtds.jdbc.Driver #db.url=jdbc:jtds:sqlserver://localhost:1433/alfresco #db.txn.isolation=4096 # # PostgreSQL connection (requires postgresql-8.2-504.jdbc3.jar or equivalent) #
  • 2. #db.driver=org.postgresql.Driver #db.url=jdbc:postgresql://localhost:5432/alfresco # # DB2 connection # #db.driver=com.ibm.db2.jcc.DB2Driver #db.url=jdbc:db2://localhost:50000/alfresco:retrieveMessagesFromServerOnGetMessa ge=true; # # Index Recovery Mode #------------- #index.recovery.mode=AUTO # # Outbound Email Configuration #------------- mail.host=smtp.gmail.com mail.port=465 mail.username=techspecialistlimited@gmail.com mail.password=password@1 mail.protocol=smtps mail.encoding=UTF-8 mail.from.default=alfresco@alfresco.org mail.smtps.auth=true mail.smtps.starttls.enable=true # # Alfresco Email Service and Email Server #------------- # Enable/Disable the inbound email service. The service could be used by processes other than # the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service. #------------- #email.inbound.enabled=true # Email Server properties #------------- #email.server.enabled=true #email.server.port=25 #email.server.domain=alfresco.com #email.inbound.unknownUser=anonymous # A comma separated list of email REGEX patterns of allowed senders. # If there are any values in the list then all sender email addresses # must match. For example: # .*@alfresco.com, .*@alfresco.org # Allow anyone: #------------- #email.server.allowed.senders=.* # # The default authentication chain # To configure external authentication subsystems see: # http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems #------------- #authentication.chain=alfrescoNtlm1:alfrescoNtlm authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru,ldap1:ldap # # URL Generation Parameters (The ${localname} token is replaced by the local server name)
  • 3. #------------- #alfresco.context=alfresco #alfresco.host=${localname} #alfresco.port=8080 #alfresco.protocol=http # #share.context=share #share.host=${localname} #share.port=8080 #share.protocol=http imap.server.enabled=true imap.server.port=143 imap.server.host=192.168.5.24 # Default value of alfresco.rmi.services.host is 0.0.0.0 which means 'listen on all adapters'. # This allows connections to JMX both remotely and locally. # alfresco.rmi.services.host=0.0.0.0 # # RMI service ports for the individual services. # These seven services are available remotely. # # Assign individual ports for each service for best performance # or run several services on the same port. You can even run everything on 50500 if needed. # # Select 0 to use a random unused port. # #avm.rmi.service.port=50501 #avmsync.rmi.service.port=50502 #attribute.rmi.service.port=50503 #authentication.rmi.service.port=50504 #repo.rmi.service.port=50505 #action.rmi.service.port=50506 #wcm-deployment-receiver.rmi.service.port=50507 #monitor.rmi.service.port=50508