############################### ## Common Alfresco Properties # ############################### # # Sample custom content and index data location # #dir.root=/srv/alfresco/alf_data # # Sample database connection properties # #db.username=alfresco #db.password=alfresco #db.pool.initial=10 #db.pool.max=100 # # Sample settings to activate a cluster # #index.tracking.cronExpression=0/5 * * * * ? #index.recovery.mode=AUTO #alfresco.cluster.name=alfresco-cluster # # 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 # # Derby connection # #db.driver=org.apache.derby.jdbc.EmbeddedDriver #db.url=jdbc:derby:/srv/alfresco/alf_data/derby_data/alfresco;create=true # # MySQL connection # #db.driver=org.gjt.mm.mysql.Driver #db.url=jdbc:mysql://localhost/alfresco # # Oracle connection # #db.driver=oracle.jdbc.OracleDriver #db.url=jdbc:oracle:thin:@localhost:1521:alfresco # # SQLServer connection (note you must enable TCP protocol on fixed port 1433) # #db.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver #db.url=jdbc:sqlserver://localhost:1433;databaseName=alfresco #db.txn.isolation=4096 # The well known RMI registry port is defined in the alfresco-shared.properties file # alfresco.rmi.services.port=50500 # # RMI service ports for the individual services. # These six 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