mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
12185: Fix 3.0 SP1 installation on non-Oracle databases. Removed creation of indexes in AlfrescoPostCreate-2.2-MappedFKIndexes.sql that were also in AlfrescoPostCreate-2.2-Extra.sql 12186: Performance improvements to HibernateNodeDaoServiceImpl 12188: Multi user tests: enable graceful web script recovery on optimistic locking failure (...) 12191: Improve Javascript execution performance in Web Scripts & Improve error presentation (...) thrown by JavaScript 12192: Share performance improvements: stop AbstractFeedGenerator from 'choking' the repository with too many web script requests 12193: Multi user testing: don't suppress all exceptions during Wiki Move. 12194: Multi user testing. Don't suppress all runtime exceptions in script site node object. 12195: Multi user testing. Convert User bean object to use a retrying transaction so that optimistic locking failures are handled. 12196: Multi user testing: Configuration changes to support concurrent access by 20 users git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12522 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
74 lines
2.0 KiB
Plaintext
74 lines
2.0 KiB
Plaintext
###############################
|
|
## 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
|
|
|
|
#
|
|
# Activate index tracking and recovery
|
|
#
|
|
#index.tracking.cronExpression=0/5 * * * * ?
|
|
#index.recovery.mode=AUTO
|
|
|
|
#
|
|
# 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
|